Changeset 68664 in vbox for trunk/src/VBox/Additions/x11
- Timestamp:
- Sep 5, 2017 6:48:28 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 117895
- Location:
- trunk/src/VBox/Additions/x11
- Files:
-
- 3 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> -
trunk/src/VBox/Additions/x11/vboxvideo/vboxvideo.c
r68634 r68664 55 55 56 56 #include "vboxvideo.h" 57 #include <VBox/ VMMDev.h> /* for VBOX_DEVICEID and VBOX_VENDORID */57 #include <VBox/param.h> /* for VBOX_DEVICEID and VBOX_VENDORID */ 58 58 #include <VBox/VBoxGuestLib.h> 59 59 #include <VBoxVideoVBE.h>
Note:
See TracChangeset
for help on using the changeset viewer.