Changeset 7063 in vbox for trunk/src/VBox/Additions/x11
- Timestamp:
- Feb 20, 2008 9:11:32 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/xclient/clipboard-new.cpp
r7023 r7063 42 42 43 43 /* #define DEBUG_CLIPBOARD */ 44 #ifndef DEBUG_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). */ 45 47 # undef LogFlow 46 # define LogFlow(a) 48 # define LogFlow(a) do {} while (0) 47 49 #endif 48 50
Note:
See TracChangeset
for help on using the changeset viewer.