Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwintrayicon.c133 HMENU hmenuPopup; in winHandleIconMessage() local
140 hmenuPopup = LoadMenu(g_hInstance, MAKEINTRESOURCE(IDM_TRAYICON_MENU)); in winHandleIconMessage()
141 if (!hmenuPopup) in winHandleIconMessage()
145 hmenuTray = GetSubMenu(hmenuPopup, 0); in winHandleIconMessage()
202 DestroyMenu(hmenuPopup); in winHandleIconMessage()