Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwintrayicon.c59 pScreenPriv->hiconNotifyIcon = nid.hIcon; in winInitNotifyIcon()
97 if (pScreenPriv->hiconNotifyIcon != NULL in winDeleteNotifyIcon()
98 && DestroyIcon(pScreenPriv->hiconNotifyIcon) == 0) { in winDeleteNotifyIcon()
101 pScreenPriv->hiconNotifyIcon = NULL; in winDeleteNotifyIcon()
H A Dwin.h440 HICON hiconNotifyIcon; member