Changeset 6513 in vbox for trunk/src/VBox/Additions/x11/xmouse
- Timestamp:
- Jan 25, 2008 11:38:38 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 27523
- Location:
- trunk/src/VBox/Additions/x11/xmouse
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/xmouse/Makefile.kmk
r6301 r6513 109 109 vboxmouse_drv_DEFS = \ 110 110 XFree86Server IN_MODULE XFree86Module XFree86LOADER XINPUT \ 111 IN_RING3 VBOX XORG_7X 111 IN_RING3 VBOX XORG_7X __EXTENSIONS__ 112 112 vboxmouse_drv_INCS = \ 113 /usr/X11/include/xorg \ 113 ../x11include/7.1 \ 114 ../x11include/7.1/X11 \ 115 ../x11include/7.1/xorg \ 114 116 $(PATH_SUB_CURRENT) 115 117 vboxmouse_drv_SOURCES = \ -
trunk/src/VBox/Additions/x11/xmouse/VBoxUtils.h
r6202 r6513 1 1 /** @file 2 2 * 3 * VirtualBox X11 Additions mouse driver utility functions 3 4 */ 4 5 -
trunk/src/VBox/Additions/x11/xmouse/xorg71/mouse.c
r6241 r6513 81 81 #include <X11/Xproto.h> 82 82 83 #if defined(VBOX) && defined(RT_OS_SOLARIS)84 # undef RANDR85 #endif86 83 #include "xf86.h" 87 84
Note:
See TracChangeset
for help on using the changeset viewer.