VirtualBox

Changeset 47192 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
Jul 16, 2013 1:59:25 PM (12 years ago)
Author:
vboxsync
Message:

Main/MouseImpl: restored Mouse test case, not yet building though; fix a burn.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/DisplayImpl.h

    r47190 r47192  
    107107{
    108108public:
    109     virtual int getScreenResolution(uint32_t cScreen, uint32_t *pcx,
    110                                     uint32_t *pcy, uint32_t *pcBPP) = 0;
     109    virtual int getScreenResolution(uint32_t cScreen, ULONG *pcx,
     110                                    ULONG *pcy, ULONG *pcBPP) = 0;
    111111    virtual void getFramebufferDimensions(int32_t *px1, int32_t *py1,
    112112                                          int32_t *px2, int32_t *py2) = 0;
     
    161161    }
    162162    void getFramebufferDimensions(int32_t *px1, int32_t *py1, int32_t *px2, int32_t *py2);
    163     int getScreenResolution(uint32_t cScreen, uint32_t *pcx, uint32_t *pcy,
    164                             uint32_t *pcBPP)
     163    int getScreenResolution(uint32_t cScreen, ULONG *pcx, ULONG *pcy,
     164                            ULONG *pcBPP)
    165165    {
    166166        return GetScreenResolution(cScreen, pcx, pcy, pcBPP);
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