Changeset 68631 in vbox
- Timestamp:
- Sep 5, 2017 11:41:01 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 117861
- Location:
- trunk/src/VBox/Additions/x11
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/display-svga.cpp
r68550 r68631 41 41 42 42 #include <VBox/VBoxGuestLib.h> 43 #include <VBox/VMMDev.h> /* for VMMDEV_EVENT_DISPLAY_CHANGE_REQUEST */ 43 44 44 45 #include <iprt/assert.h> -
trunk/src/VBox/Additions/x11/VBoxClient/testcase/tstSeamlessX11.cpp
r67796 r68631 18 18 #include <stdlib.h> /* exit() */ 19 19 20 #include <iprt/err.h> 20 21 #include <iprt/initterm.h> 21 22 #include <iprt/semaphore.h> -
trunk/src/VBox/Additions/x11/vboxvideo/vboxvideo.c
r65381 r68631 55 55 56 56 #include "vboxvideo.h" 57 #include <VBox/VMMDev.h> /* for VBOX_DEVICEID and VBOX_VENDORID */ 57 58 #include <VBox/VBoxGuest.h> 58 59 #include <VBox/VBoxGuestLib.h>
Note:
See TracChangeset
for help on using the changeset viewer.