Changeset 28105 in vbox
- Timestamp:
- Apr 8, 2010 4:07:04 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/vboxvideo/vboxvideo.h
r27596 r28105 224 224 Bool useDevice; 225 225 Bool forceSWCursor; 226 /** Do we know that the guest mouse driver was loaded successfully? */227 Bool mouseDriverLoaded;226 /** Do we know that the guest can handle absolute co-ordinates? */ 227 Bool guestCanAbsolute; 228 228 /** Are we currently switched to a virtual terminal? If so, it is not 229 229 * safe to touch the hardware. */
Note:
See TracChangeset
for help on using the changeset viewer.