Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwintrayicon.c134 HMENU hmenuTray; in winHandleIconMessage() local
145 hmenuTray = GetSubMenu(hmenuPopup, 0); in winHandleIconMessage()
163 SetMenuItemInfo(hmenuTray, ID_APP_HIDE_ROOT, FALSE, &mii); in winHandleIconMessage()
168 RemoveMenu(hmenuTray, ID_APP_HIDE_ROOT, MF_BYCOMMAND); in winHandleIconMessage()
177 SetMenuItemInfo(hmenuTray, ID_APP_MONITOR_PRIMARY, FALSE, &mii); in winHandleIconMessage()
181 RemoveMenu(hmenuTray, ID_APP_MONITOR_PRIMARY, MF_BYCOMMAND); in winHandleIconMessage()
184 SetupRootMenu(hmenuTray); in winHandleIconMessage()
196 TrackPopupMenuEx(hmenuTray, in winHandleIconMessage()