Changeset 68664 in vbox
- Timestamp:
- Sep 5, 2017 6:48:28 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 117895
- Location:
- trunk/src/VBox/Additions
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxUhgsmiBase.cpp
r68630 r68664 17 17 18 18 #include "VBoxDispD3DCmn.h" 19 #include <VBox/VMMDev .h> /* for HGCMFunctionParameter */19 #include <VBox/VMMDevCoreTypes.h> 20 20 21 21 -
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDisplay.cpp
r68630 r68664 35 35 #endif 36 36 #include <VBox/log.h> 37 #include <VBox/VMMDev.h> /* for VMMDEV_EVENT_DISPLAY_CHANGE_REQUEST & VMMDEV_EVENT_MOUSE_CAPABILITIES_CHANGED */38 37 39 38 #include <VBoxDisplay.h> -
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxSeamless.cpp
r68630 r68664 30 30 #endif 31 31 #include <VBox/log.h> 32 #include <VBox/VMMDev.h> /* for VMMDEV_EVENT_SEAMLESS_MODE_CHANGE_REQUEST */33 32 34 33 #include "VBoxTray.h" -
trunk/src/VBox/Additions/haiku/VBoxMouse/VBoxMouseFilter.cpp
r68633 r68664 57 57 #include <VBox/VBoxGuestLib.h> 58 58 #include <VBoxGuestInternal.h> 59 #include <VBox/VMMDev.h>60 59 #include <VBox/log.h> 61 60 #include <iprt/err.h> -
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.