Changeset 98535 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Feb 10, 2023 5:14:27 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/seamless-x11.cpp
r98534 r98535 30 30 * Header files * 31 31 *********************************************************************************************************************************/ 32 33 32 #include <iprt/errcore.h> 34 33 #include <iprt/assert.h> … … 45 44 #include <limits.h> 46 45 46 47 /********************************************************************************************************************************* 48 * Defined Constants And Macros * 49 *********************************************************************************************************************************/ 47 50 #ifdef TESTCASE 48 # undef DefaultRootWindow49 # define DefaultRootWindow XDefaultRootWindow51 # undef DefaultRootWindow 52 # define DefaultRootWindow XDefaultRootWindow 50 53 #endif 51 54 52 /***************************************************************************** 53 * Static functions * 54 *****************************************************************************/ 55 56 /********************************************************************************************************************************* 57 * Internal Functions * 58 *********************************************************************************************************************************/ 55 59 56 60 static unsigned char *XXGetProperty (Display *aDpy, Window aWnd, Atom aPropType,
Note:
See TracChangeset
for help on using the changeset viewer.