Searched refs:cur_window (Results 1 – 1 of 1) sorted by relevance
1101 void* cur_window = 0; in Present() local1113 …hr = parent->backend->BeginPresent(desc.OutputWindow, &present_cookie, &cur_window, &rect, &rgndat… in Present()1117 if(!cur_window || rect.left >= rect.right || rect.top >= rect.bottom) in Present()1120 if(cur_window != window) in Present()1122 window = cur_window; in Present()