Changeset 45925 in vbox for trunk/src/VBox/Additions/x11/vboxmouse
- Timestamp:
- May 6, 2013 8:05:56 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/vboxmouse/vboxmouse.c
r45356 r45925 70 70 /* Read a byte from the device to acknowledge the event */ 71 71 char c; 72 read(pInfo->fd, &c, 1);72 (void) read(pInfo->fd, &c, 1); 73 73 /* The first test here is a workaround for an apparent bug in Xorg Server 1.5 */ 74 74 if (
Note:
See TracChangeset
for help on using the changeset viewer.