VirtualBox

Changeset 34523 in vbox for trunk/src


Ignore:
Timestamp:
Nov 30, 2010 3:17:06 PM (14 years ago)
Author:
vboxsync
Message:

FE/Qt4: warnings

Location:
trunk/src/VBox/Frontends/VirtualBox/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlay.cpp

    r34490 r34523  
    47974797}
    47984798
     4799#if 0
    47994800static DECLCALLBACK(void) vboxQGLOverlaySaveExec(PSSMHANDLE pSSM, void *pvUser)
    48004801{
     
    48024803    fb->vhwaSaveExec(pSSM);
    48034804}
     4805#endif
    48044806
    48054807static DECLCALLBACK(int) vboxQGLOverlayLoadExec(PSSMHANDLE pSSM, void *pvUser, uint32_t u32Version, uint32_t uPass)
     
    52755277                            if (RT_SUCCESS(rc))
    52765278                            {
    5277                                 postCmd(VBOXVHWA_PIPECMD_PAINT, &QRect(x,y,w,h), 0);
     5279                                QRect r = QRect(x, y, w, h);
     5280                                postCmd(VBOXVHWA_PIPECMD_PAINT, &r, 0);
    52785281                            }
    52795282                            break;
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIKeyboardHandler.cpp

    r34476 r34523  
    136136{
    137137    /* Check if we should release keyboard first: */
    138     if (uIndex == m_iKeyboardCaptureViewIndex)
     138    if ((int)uIndex == m_iKeyboardCaptureViewIndex)
    139139        releaseKeyboard();
    140140
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMouseHandler.cpp

    r34476 r34523  
    118118{
    119119    /* Check if we should release mouse first: */
    120     if (uIndex == m_iMouseCaptureViewIndex)
     120    if ((int)uIndex == m_iMouseCaptureViewIndex)
    121121        releaseMouse();
    122122
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