- Timestamp:
- May 20, 2008 2:40:35 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/xmouse/VBoxUtils.c
r8950 r8959 29 29 #include "compiler.h" 30 30 31 /* This is an ugly hack, but I can't see anywhere to save this information 32 in the driver context. */ 33 /** Have we ever failed to open the VBox device? */ 31 /** 32 * Have we ever failed to open the VBox device? This is an ugly hack 33 * to prevent the driver from being accessed when it is not open, as 34 * I can't see anywhere good to store additional information in the driver 35 * private data. 36 */ 34 37 static Bool gDeviceOpenFailed = FALSE; 35 38
Note:
See TracChangeset
for help on using the changeset viewer.