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

/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwintrayicon.c128 HMENU hmenuPopup; local in function:winHandleIconMessage
135 hmenuPopup = LoadMenu(g_hInstance, MAKEINTRESOURCE(IDM_TRAYICON_MENU));
136 if (!hmenuPopup)
140 hmenuTray = GetSubMenu(hmenuPopup, 0);
197 DestroyMenu(hmenuPopup);
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwintrayicon.c140 HMENU hmenuPopup; local in function:winHandleIconMessage
147 hmenuPopup = LoadMenu (g_hInstance,
149 if (!hmenuPopup)
153 hmenuTray = GetSubMenu (hmenuPopup, 0);
204 DestroyMenu (hmenuPopup);

Completed in 2 milliseconds