VirtualBox

Changeset 54243 in vbox


Ignore:
Timestamp:
Feb 17, 2015 4:34:52 PM (10 years ago)
Author:
vboxsync
Message:

Alignment.

File:
1 edited

Legend:

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

    r54240 r54243  
    243243    uint32_t            fCurrB;
    244244    /** Throttling delay in milliseconds. */
    245     unsigned            uThrottleDelay;
     245    uint32_t            uThrottleDelay;
    246246
    247247    /** The device critical section protecting everything - R3 Ptr */
     
    286286
    287287#ifndef VBOX_DEVICE_STRUCT_TESTCASE
    288 
    289 /* Key type flags. */
    290 #define KF_E0        0x01    /* E0 prefix. */
    291 #define KF_NB        0x02    /* No break code. */
    292 #define KF_GK        0x04    /* Gray navigation key. */
    293 #define KF_PS        0x08    /* Print Screen key. */
    294 #define KF_PB        0x10    /* Pause/Break key. */
    295 #define KF_NL        0x20    /* Num Lock key. */
    296 #define KF_NS        0x40    /* NumPad '/' key. */
    297288
    298289/*******************************************************************************
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