Changeset 7081 in vbox for trunk/src/VBox/Additions/x11/xclient
- Timestamp:
- Feb 21, 2008 7:08:47 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/xclient/clipboard-new.cpp
r7063 r7081 42 42 43 43 /* #define 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). */ 44 #if !defined(DEBUG_CLIPBOARD) 45 /* Disabled unnecessary debug logging in the shared clipboard. */ 47 46 # undef LogFlow 48 47 # define LogFlow(a) do {} while (0)
Note:
See TracChangeset
for help on using the changeset viewer.