if (gl) LeaveCriticalSection( &context_section );
}
-BOOL has_gl_drawable( HWND hwnd )
-{
- struct gl_drawable *gl;
-
- gl = get_gl_drawable( hwnd, 0 );
- release_gl_drawable( gl );
- return gl != NULL;
-}
-
static GLXContext create_glxcontext(Display *display, struct wgl_context *context, GLXContext shareList)
{
GLXContext ctx;
return NULL;
}
-BOOL has_gl_drawable( HWND hwnd )
-{
- return FALSE;
-}
-
void sync_gl_drawable( HWND hwnd, const RECT *visible_rect, const RECT *client_rect )
{
}
if (data->embedded) goto done;
if (data->whole_window == root_window) goto done;
- if (has_gl_drawable( hwnd )) goto done;
if (!client_side_graphics && !layered) goto done;
surface_rect = get_surface_rect( visible_rect );
extern Window X11DRV_get_whole_window( HWND hwnd ) DECLSPEC_HIDDEN;
extern XIC X11DRV_get_ic( HWND hwnd ) DECLSPEC_HIDDEN;
-extern BOOL has_gl_drawable( HWND hwnd ) DECLSPEC_HIDDEN;
extern void sync_gl_drawable( HWND hwnd, const RECT *visible_rect, const RECT *client_rect ) DECLSPEC_HIDDEN;
extern void destroy_gl_drawable( HWND hwnd ) DECLSPEC_HIDDEN;