Changeset 27189 in vbox for trunk/src/VBox/Main
- Timestamp:
- Mar 8, 2010 11:07:52 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/MouseImpl.cpp
r27160 r27189 537 537 fVMMDevNeedsHostCursor); 538 538 /** @todo if this gets called during device initialisation we get an 539 * error due to VMMDev not being initialised yet. This is currently 540 * worked around in DevPS2 (which doesn't need the capability anyway of 541 * course), but it seems to me that Main should be initialised before 542 * the devices are. */ 539 * error due to VMMDev not being initialised yet. */ 543 540 if (fAbsDev && !(uHostCaps & VMMDEV_MOUSE_HOST_HAS_ABS_DEV)) 544 541 uHostCaps |= VMMDEV_MOUSE_HOST_HAS_ABS_DEV;
Note:
See TracChangeset
for help on using the changeset viewer.