Changeset 7118 in vbox for trunk/src/VBox/Additions/x11
- Timestamp:
- Feb 25, 2008 4:01:16 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/xclient/clipboard.cpp
r7083 r7118 42 42 43 43 /* #define DEBUG_CLIPBOARD */ 44 #if !defined(DEBUG_CLIPBOARD) 45 /* Disabled unnecessary debug logging in the shared clipboard. */ 44 #if !defined(DEBUG_CLIPBOARD) && defined(LOG_TO_BACKDOOR) 45 /* Disabled unnecessary debug logging in the shared clipboard when 46 LOG_TO_BACKDOOR is defined (to be removed). */ 46 47 # undef LogFlow 47 48 # define LogFlow(a) do {} while (0)
Note:
See TracChangeset
for help on using the changeset viewer.