Home
last modified time | relevance | path

Searched refs:current_cursor (Results 1 – 2 of 2) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/riscos/
DSDL_riscosmouse.c39 static WMcursor *current_cursor = NULL; variable
139 current_cursor = cursor; in RISCOS_ShowWMCursor()
222 RISCOS_ShowWMCursor(this, current_cursor); in WIMP_ReshowCursor()
254 else current_cursor = cursor; in WIMP_ShowWMCursor()
/external/chromium_org/content/child/npapi/
Dwebplugin_delegate_impl_win.cc1390 HCURSOR current_cursor = GetCursor(); in SetCursorPatch() local
1391 if (current_cursor != cursor) { in SetCursorPatch()
1394 return current_cursor; in SetCursorPatch()