Changeset 68632 in vbox for trunk/src/VBox/Additions/x11
- Timestamp:
- Sep 5, 2017 11:43:45 AM (7 years ago)
- Location:
- trunk/src/VBox/Additions/x11
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/seamless.cpp
r67796 r68632 26 26 27 27 #include <VBox/log.h> 28 #include <VBox/VMMDev.h> 28 #include <VBox/VMMDev.h> /* for VMMDEV_EVENT_SEAMLESS_MODE_CHANGE_REQUEST */ 29 29 #include <VBox/VBoxGuestLib.h> 30 30 #include <iprt/err.h> -
trunk/src/VBox/Additions/x11/vboxmouse/vboxmouse.c
r63435 r68632 45 45 */ 46 46 47 #include <VBox/VMMDev.h> 47 #include <VBox/VMMDev.h> /* for VMMDEV_MOUSE_XXX */ 48 48 #include <VBox/VBoxGuestLib.h> 49 49 #include <iprt/err.h> -
trunk/src/VBox/Additions/x11/vboxvideo/getmode.c
r64185 r68632 17 17 18 18 #include "vboxvideo.h" 19 #include <VBox/VMMDev.h>20 19 21 20 #define NEED_XF86_TYPES -
trunk/src/VBox/Additions/x11/vboxvideo/vbva.c
r65122 r68632 16 16 */ 17 17 18 #include <VBox/VMMDev.h>19 18 #include <VBox/VBoxGuestLib.h> 20 19
Note:
See TracChangeset
for help on using the changeset viewer.