Changeset 1260 in vbox for trunk/src/VBox/Additions/linux/xmouse
- Timestamp:
- Mar 6, 2007 11:31:33 AM (18 years ago)
- Location:
- trunk/src/VBox/Additions/linux/xmouse
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/xmouse/mouse.c
r1 r1260 65 65 #ifdef VBOX 66 66 #include "VBoxUtils.h" 67 #include "version-generated.h" 67 68 #endif 68 69 … … 608 609 MouseProtocolID protocolID; 609 610 MouseProtocolPtr pProto; 611 612 #ifdef VBOX 613 xf86Msg(X_INFO, 614 "VirtualBox guest additions mouse driver version " 615 VBOX_VERSION_STRING "\n"); 616 #endif 610 617 611 618 if (!InitProtocols()) -
trunk/src/VBox/Additions/linux/xmouse/xorg70/mouse.c
r1207 r1260 104 104 #ifdef VBOX 105 105 #include "VBoxUtils.h" 106 #include "version-generated.h" 106 107 #endif 107 108 … … 999 1000 Bool detected; 1000 1001 int i; 1002 1003 #ifdef VBOX 1004 xf86Msg(X_INFO, 1005 "VirtualBox guest additions mouse driver version " 1006 VBOX_VERSION_STRING "\n"); 1007 #endif 1001 1008 1002 1009 if (!InitProtocols()) -
trunk/src/VBox/Additions/linux/xmouse/xorg71/mouse.c
r1 r1260 106 106 #ifdef VBOX 107 107 #include "VBoxUtils.h" 108 #include "version-generated.h" 108 109 /* Xorg 7.1 does not include xf86_ansic.h anymore. Don't reinclude this 109 110 * file as it renamed ANSI C functions to xf86*. */ … … 1005 1006 Bool detected; 1006 1007 int i; 1008 1009 #ifdef VBOX 1010 xf86Msg(X_INFO, 1011 "VirtualBox guest additions mouse driver version " 1012 VBOX_VERSION_STRING "\n"); 1013 #endif 1007 1014 1008 1015 if (!InitProtocols())
Note:
See TracChangeset
for help on using the changeset viewer.