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

/vbox/src/VBox/Additions/common/crOpenGL/
H A Dcontext.c840 float window_rect[4]; local
843 CGSGetScreenRectForWindow( window->connection, window->drawable, window_rect );
845 pos[0] = mouse_pos.h - (int) window_rect[0];
846 pos[1] = (int) window_rect[3] - (mouse_pos.v - (int) window_rect[1]);

Completed in 36 milliseconds