Changeset 35396 in vbox for trunk/src/VBox/Additions/x11/vboxmouse
- Timestamp:
- Jan 3, 2011 9:27:09 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 69258
- Location:
- trunk/src/VBox/Additions/x11/vboxmouse
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/vboxmouse/Makefile.kmk
r35393 r35396 38 38 XFree86LOADER XFree86Server XF86VIDMODE XvMCExtension SMART_SCHEDULE \ 39 39 BUILDDEBUG X_BYTE_ORDER=X_LITTLE_ENDIAN DNDEBUG FUNCPROTO=15 NARROWPROTO \ 40 IN_MODULE XFree86Module PNP_MOUSE IN_XF86_MODULE40 IN_MODULE XFree86Module PNP_MOUSE 41 41 vboxmouse_drv_INCS := \ 42 42 $(VBOX_PATH_X11_XFREE_4_3)/include \ … … 63 63 vboxmouse_drv_70_TEMPLATE = VBOXGUESTR3XORGMOD 64 64 vboxmouse_drv_70_DEFS = \ 65 XFree86Server IN_MODULE XFree86Module XFree86LOADER XINPUT XORG_7X IN_XF86_MODULE65 XFree86Server IN_MODULE XFree86Module XFree86LOADER XINPUT XORG_7X 66 66 ifeq ($(KBUILD_TARGET),solaris) # don't use .solaris or anything here. 67 67 vboxmouse_drv_70_DEFS += _XPG6 __EXTENSIONS__ -
trunk/src/VBox/Additions/x11/vboxmouse/VBoxUtils.c
r35393 r35396 24 24 #include "xf86.h" 25 25 #define NEED_XF86_TYPES 26 #include <iprt/string.h> 26 #ifdef NO_ANSIC 27 # include <errno.h> 28 # include <string.h> 29 #else 30 # include "xf86_ansic.h" 31 #endif 27 32 #include "compiler.h" 28 33
Note:
See TracChangeset
for help on using the changeset viewer.