- Timestamp:
- Sep 24, 2012 3:19:44 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/haiku/VBoxMouse/VBoxMouse.cpp
r43415 r43419 122 122 return ENXIO; 123 123 124 //// Start() will *not* Init() again 125 //VbglR3Term(); 126 127 // return B_DEVICE_NOT_FOUND; 128 129 input_device_ref device = { (char *)"VBoxMouse", 130 B_POINTING_DEVICE, (void *)this }; 124 input_device_ref device = { (char *)"VBoxMouse", B_POINTING_DEVICE, (void *)this }; 131 125 input_device_ref *deviceList[2] = { &device, NULL }; 132 126 RegisterDevices(deviceList);
Note:
See TracChangeset
for help on using the changeset viewer.

