VirtualBox

Changeset 20435 in vbox for trunk


Ignore:
Timestamp:
Jun 9, 2009 12:51:18 PM (16 years ago)
Author:
vboxsync
Message:

Windows build fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp

    r20433 r20435  
    209209static ComPtr<IProgress> gProgress;
    210210
    211 static unsigned   gcMonitors = 1;
     211static ULONG       gcMonitors = 1;
    212212static VBoxSDLFB  *gpFramebuffer[64];
    213213//static VBoxSDLFB  *gpFramebufferCurrent = NULL;
     
    20572057#endif
    20582058
    2059     for (unsigned i = 0; i < gcMonitors; i++)
     2059    for (ULONG i = 0; i < gcMonitors; i++)
    20602060    {
    20612061        // register our framebuffer
     
    20672067        }
    20682068        IFramebuffer *dummyFb;
    2069         int xOrigin, yOrigin;
     2069        LONG xOrigin, yOrigin;
    20702070        rc = gDisplay->GetFramebuffer(i, &dummyFb, &xOrigin, &yOrigin);
    20712071        gpFramebuffer[i]->setOrigin(xOrigin, yOrigin);
     
    27752775                LogFlow(("SDL_USER_EVENT_RESIZE\n"));
    27762776                IFramebuffer *dummyFb;
    2777                 int xOrigin, yOrigin;
     2777                LONG xOrigin, yOrigin;
    27782778                gpFramebuffer[event.user.code]->resizeGuest();
    27792779                /* update xOrigin, yOrigin -> mouse */
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