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

/vbox/src/VBox/RDP/client-1.8.3/
H A Dxwin.c131 static Cursor g_current_cursor; variable
2216 XDefineCursor(g_display, g_wnd, g_current_cursor);
3006 g_current_cursor = (Cursor) cursor;
3007 XDefineCursor(g_display, g_wnd, g_current_cursor);
3008 ON_ALL_SEAMLESS_WINDOWS(XDefineCursor, (g_display, sw->wnd, g_current_cursor));

Completed in 44 milliseconds