Changeset 57358 in vbox for trunk/src/VBox/Additions/x11/VBoxClient
- Timestamp:
- Aug 14, 2015 3:16:38 PM (9 years ago)
- Location:
- trunk/src/VBox/Additions/x11/VBoxClient
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/clipboard.cpp
r57357 r57358 16 16 */ 17 17 18 /**************************************************************************** 19 * Header Files * 20 ****************************************************************************/ 18 19 /********************************************************************************************************************************* 20 * Header Files * 21 *********************************************************************************************************************************/ 21 22 #include <iprt/alloc.h> 22 23 #include <iprt/asm.h> … … 35 36 #include "VBoxClient.h" 36 37 37 /**************************************************************************** 38 * Global Variables * 39 ****************************************************************************/ 38 39 /********************************************************************************************************************************* 40 * Global Variables * 41 *********************************************************************************************************************************/ 40 42 41 43 /** -
trunk/src/VBox/Additions/x11/VBoxClient/seamless-x11.cpp
r57344 r57358 16 16 */ 17 17 18 /***************************************************************************** 19 * Header files * 20 *****************************************************************************/ 18 19 /********************************************************************************************************************************* 20 * Header files * 21 *********************************************************************************************************************************/ 21 22 22 23 #include <iprt/err.h> … … 39 40 40 41 /***************************************************************************** 41 * Static functions *42 *****************************************************************************/43 42 44 43 static unsigned char *XXGetProperty (Display *aDpy, Window aWnd, Atom aPropType, -
trunk/src/VBox/Additions/x11/VBoxClient/seamless.cpp
r57357 r57358 18 18 */ 19 19 20 /***************************************************************************** 21 * Header files * 22 *****************************************************************************/ 20 21 /********************************************************************************************************************************* 22 * Header files * 23 *********************************************************************************************************************************/ 23 24 24 25 #include <X11/Xlib.h>
Note:
See TracChangeset
for help on using the changeset viewer.