VirtualBox

Ignore:
Timestamp:
Dec 31, 2014 2:59:44 PM (10 years ago)
Author:
vboxsync
Message:

scm automatic cleanups.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-shared.cpp

    r53206 r53624  
    146146                pCS->cy = rectClient.bottom - rectClient.top;
    147147#endif
    148                 *pHwnd = CreateWindowEx(pCS->dwExStyle, 
    149                                         VMSVGA3D_WNDCLASSNAME, 
    150                                         pCS->lpszName, 
     148                *pHwnd = CreateWindowEx(pCS->dwExStyle,
     149                                        VMSVGA3D_WNDCLASSNAME,
     150                                        pCS->lpszName,
    151151                                        pCS->style,
    152152#ifdef DEBUG_GFX_WINDOW
     
    154154                                        0,
    155155#else
    156                                         pCS->x, 
    157                                         pCS->y, 
     156                                        pCS->x,
     157                                        pCS->y,
    158158#endif
    159                                         pCS->cx, 
     159                                        pCS->cx,
    160160                                        pCS->cy,
    161161#ifdef DEBUG_GFX_WINDOW
    162162                                        0,
    163163#else
    164                                         pCS->hwndParent, 
     164                                        pCS->hwndParent,
    165165#endif
    166                                         pCS->hMenu, 
    167                                         pCS->hInstance, 
     166                                        pCS->hMenu,
     167                                        pCS->hInstance,
    168168                                        NULL);
    169                 AssertMsg(*pHwnd, ("CreateWindowEx %x %s %s %x (%d,%d)(%d,%d), %x %x %x error=%x\n", pCS->dwExStyle, pCS->lpszName, VMSVGA3D_WNDCLASSNAME, pCS->style, pCS->x, 
     169                AssertMsg(*pHwnd, ("CreateWindowEx %x %s %s %x (%d,%d)(%d,%d), %x %x %x error=%x\n", pCS->dwExStyle, pCS->lpszName, VMSVGA3D_WNDCLASSNAME, pCS->style, pCS->x,
    170170                                    pCS->y, pCS->cx, pCS->cy,pCS->hwndParent, pCS->hMenu, pCS->hInstance, GetLastError()));
    171171
     
    577577    switch (state)
    578578    {
    579     case SVGA3D_RS_ZENABLE:                /* SVGA3dBool */           
     579    case SVGA3D_RS_ZENABLE:                /* SVGA3dBool */
    580580        return "SVGA3D_RS_ZENABLE";
    581581    case SVGA3D_RS_ZWRITEENABLE:           /* SVGA3dBool */
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