Changeset 9617 in vbox for trunk/src/VBox/Additions/x11/xmouse
- Timestamp:
- Jun 11, 2008 2:03:14 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/xmouse/xorg14/mouse.c
r8155 r9617 116 116 extern int abs(int); 117 117 extern long strtol(const char*,char**,int); 118 119 # ifdef DEBUG_michael 120 # define TRACE_ENTRY() \ 121 do { xf86Msg(X_INFO, "%s: entering\n", __PRETTY_FUNCTION__); } while(0) 122 # endif 118 123 #endif 119 124 … … 201 206 202 207 #undef MOUSE 208 #ifdef VBOX 209 /* # define MOUSE VBOXMOUSE */ 210 #endif 203 211 _X_EXPORT InputDriverRec MOUSE = { 204 212 1, … … 1222 1230 1223 1231 1232 TRACE_ENTRY(); 1224 1233 pMse = pInfo->private; 1225 1234 pBufP = pMse->protoBufTail; … … 1715 1724 MouseDevPtr pMse; 1716 1725 1726 TRACE_ENTRY(); 1717 1727 pInfo = device->public.devicePrivate; 1718 1728 pMse = pInfo->private; … … 1747 1757 #endif 1748 1758 1759 TRACE_ENTRY(); 1749 1760 pInfo = device->public.devicePrivate; 1750 1761 pMse = pInfo->private; … … 1906 1917 return FALSE; 1907 1918 1919 TRACE_ENTRY(); 1908 1920 *x = v0; 1909 1921 *y = v1; … … 2151 2163 int ms; 2152 2164 2165 TRACE_ENTRY(); 2153 2166 if (pMse->emulate3Pending) 2154 2167 { … … 2168 2181 int ms; 2169 2182 2183 TRACE_ENTRY(); 2170 2184 if (pMse->emulate3Pending) 2171 2185 { … … 2467 2481 int i, b, buttons = 0; 2468 2482 2483 TRACE_ENTRY(); 2469 2484 pMse = pInfo->private; 2470 2485 if (pMse->protocolID == PROT_MMHIT)
Note:
See TracChangeset
for help on using the changeset viewer.