VirtualBox

Ignore:
Timestamp:
Dec 2, 2011 7:44:16 AM (13 years ago)
Author:
vboxsync
Message:

crOpenGL: fix destroyed context refference in TLS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/SharedOpenGL/render/renderspu_wgl.c

    r39415 r39507  
    843843GLboolean renderspu_SystemVBoxCreateWindow( VisualInfo *visual, GLboolean showIt, WindowInfo *window )
    844844{
     845#if 0
    845846    HDESK     desktop;
     847#endif
    846848    HINSTANCE hinstance;
    847849    WNDCLASS  wc;
     
    14121414void renderspu_SystemReparentWindow(WindowInfo *window)
    14131415{
    1414     SetParent(window->hWnd, render_spu_parent_window_id);
    1415 }
     1416    SetParent(window->hWnd, (HWND)render_spu_parent_window_id);
     1417}
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