Changeset 68664 in vbox for trunk/src/VBox/Additions/x11/VBoxClient
- Timestamp:
- Sep 5, 2017 6:48:28 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 117895
- Location:
- trunk/src/VBox/Additions/x11/VBoxClient
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/display-svga.cpp
r68631 r68664 41 41 42 42 #include <VBox/VBoxGuestLib.h> 43 #include <VBox/VMMDev.h> /* for VMMDEV_EVENT_DISPLAY_CHANGE_REQUEST */44 43 45 44 #include <iprt/assert.h> -
trunk/src/VBox/Additions/x11/VBoxClient/seamless.cpp
r68632 r68664 22 22 * Header files * 23 23 *********************************************************************************************************************************/ 24 25 24 #include <X11/Xlib.h> 26 25 27 26 #include <VBox/log.h> 28 #include <VBox/VMMDev.h> /* for VMMDEV_EVENT_SEAMLESS_MODE_CHANGE_REQUEST */29 27 #include <VBox/VBoxGuestLib.h> 30 28 #include <iprt/err.h>
Note:
See TracChangeset
for help on using the changeset viewer.