Searched defs:NATIVEhwnd (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/common/crOpenGL/
H A Dcontext.c751 HWND NATIVEhwnd = window->hWnd; local
753 if (NATIVEhwnd!=WindowFromDC(window->drawable))
775 crDebug("Native Window Handle = %d", NATIVEhwnd);
782 if (NATIVEhwnd)
784 GetClientRect( NATIVEhwnd, &rect );
789 ScreenToClient(NATIVEhwnd, &point);

Completed in 46 milliseconds