Searched refs:window_rect (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_framebuffer.c119 RECT window_rect; local
163 GetWindowRect(fb->hWnd, &window_rect)) {
164 fb->client_rect.left = client_pos.x - window_rect.left;
165 fb->client_rect.top = client_pos.y - window_rect.top;
176 debug_printf("%s: window_rect = (%li, %li) - (%li, %li)\n",
178 window_rect.left, window_rect.top,
179 window_rect.right, window_rect.bottom);

Completed in 87 milliseconds