Changeset 65047 in vbox for trunk/src/VBox/Additions/x11
- Timestamp:
- Jan 1, 2017 10:53:29 AM (8 years ago)
- Location:
- trunk/src/VBox/Additions/x11/vboxvideo
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/vboxvideo/vboxvideo.c
r63857 r65047 57 57 #include <VBox/VBoxGuest.h> 58 58 #include <VBox/VBoxGuestLib.h> 59 #include <VBox/Hardware/VBoxVideo VBE.h>59 #include <VBox/Hardware/VBoxVideoHW.h> 60 60 #include "version-generated.h" 61 61 #include "product-generated.h" -
trunk/src/VBox/Additions/x11/vboxvideo/vboxvideo.h
r62530 r65047 103 103 #define BOOL_STR(a) ((a) ? "TRUE" : "FALSE") 104 104 105 #include <VBox/Hardware/VBoxVideo VBE.h>105 #include <VBox/Hardware/VBoxVideoHW.h> 106 106 107 107 #include "xf86str.h"
Note:
See TracChangeset
for help on using the changeset viewer.