Searched refs:rc_bounds (Results 1 – 1 of 1) sorted by relevance
370 RECT rc_bounds; in create_swapchain() local371 GetClientRect(window, &rc_bounds); in create_swapchain()373 width = rc_bounds.right - rc_bounds.left; in create_swapchain()376 height = rc_bounds.bottom - rc_bounds.top; in create_swapchain()