Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.12/src/video/os2fslib/
DSDL_os2fslib.c52 static HPOINTER hptrCurrentIcon = NULL; variable
1610 if (hptrCurrentIcon) in os2fslib_DestroyIcon()
1612 WinDestroyPointer(hptrCurrentIcon); in os2fslib_DestroyIcon()
1613 hptrCurrentIcon = NULL; in os2fslib_DestroyIcon()
1789 hptrCurrentIcon = hptrIcon; in os2fslib_SetIcon()
2280 if (hptrCurrentIcon) in os2fslib_VideoQuit()
2282 WinDestroyPointer(hptrCurrentIcon); in os2fslib_VideoQuit()
2283 hptrCurrentIcon = NULL; in os2fslib_VideoQuit()