VirtualBox

Changeset 43419 in vbox for trunk


Ignore:
Timestamp:
Sep 24, 2012 3:19:44 PM (12 years ago)
Author:
vboxsync
Message:

Additions/haiku: missed cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/haiku/VBoxMouse/VBoxMouse.cpp

    r43415 r43419  
    122122        return ENXIO;
    123123
    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 };
    131125    input_device_ref *deviceList[2] = { &device, NULL };
    132126    RegisterDevices(deviceList);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette