Searched refs:restore_pf_win (Results 1 – 2 of 2) sorted by relevance
1135 if (ctx->restore_pf && IsWindow(ctx->restore_pf_win)) in context_restore_pixel_format()1139 HDC dc = GetDCEx(ctx->restore_pf_win, 0, DCX_USESTYLE | DCX_CACHE); in context_restore_pixel_format()1145 ctx->restore_pf, ctx->restore_pf_win); in context_restore_pixel_format()1147 ReleaseDC(ctx->restore_pf_win, dc); in context_restore_pixel_format()1152 … ERR("can't restore pixel format %d on window %p\n", ctx->restore_pf, ctx->restore_pf_win); in context_restore_pixel_format()1157 ctx->restore_pf_win = NULL; in context_restore_pixel_format()1189 context->restore_pf_win = private ? NULL : WindowFromDC(dc); in context_set_pixel_format()1209 if (win != context->restore_pf_win) in context_set_pixel_format()1214 context->restore_pf_win = win; in context_set_pixel_format()
1941 HWND restore_pf_win; member