VirtualBox

Changeset 26572 in vbox


Ignore:
Timestamp:
Feb 16, 2010 12:42:17 PM (15 years ago)
Author:
vboxsync
Message:

DevPS2.cpp: stop at column 130, please.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Input/DevPS2.cpp

    r26173 r26572  
    14151415 * @param   fButtonStates   The button states.
    14161416 */
    1417 static DECLCALLBACK(int) kbdMousePutEvent(PPDMIMOUSEPORT pInterface, int32_t i32DeltaX, int32_t i32DeltaY, int32_t i32DeltaZ, int32_t i32DeltaW, uint32_t fButtonStates)
     1417static DECLCALLBACK(int) kbdMousePutEvent(PPDMIMOUSEPORT pInterface, int32_t i32DeltaX, int32_t i32DeltaY,
     1418                                          int32_t i32DeltaZ, int32_t i32DeltaW, uint32_t fButtonStates)
    14181419{
    14191420    KBDState *pThis = RT_FROM_MEMBER(pInterface, KBDState, Mouse.IPort);
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