VirtualBox

Ignore:
Timestamp:
Jul 18, 2007 5:15:05 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
22989
Message:

double underscore cleanup. Adjusted file headers (license section should be separate from the @file).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/SharedOpenGL/glwindrv.cpp

    r3479 r3698  
    11/** @file
    2  *
    32 * VBox OpenGL
    43 */
     
    3635{
    3736    switch (message)
    38     {           
     37    {
    3938    case WM_CREATE:
    4039        return 0;
     
    4847
    4948    default:
    50         return DefWindowProc( hWnd, message, wParam, lParam );                 
     49        return DefWindowProc( hWnd, message, wParam, lParam );
    5150    }
    5251}
     
    5756    HWND        hwnd;
    5857
    59     hwnd = pClient->hwnd= CreateWindow("VBoxOGL", "VirtualBox OpenGL", 
     58    hwnd = pClient->hwnd= CreateWindow("VBoxOGL", "VirtualBox OpenGL",
    6059                                               WS_CAPTION | WS_POPUPWINDOW | WS_VISIBLE,
    6160                                               0, 0, 0, 0,
    62                                         NULL, NULL, 0, NULL);   
     61                                        NULL, NULL, 0, NULL);
    6362    Assert(hwnd);
    6463    while(true)
     
    6867        if (PeekMessage(&msg, NULL, 0, 0, PM_REMOVE))
    6968        {
    70             if (msg.message == WM_QUIT) 
     69            if (msg.message == WM_QUIT)
    7170                break;
    7271
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