Home
last modified time | relevance | path

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

/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterStep/
H A Dhints.h60 #define AS_UnMapPending (1<<22) macro
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/src/afterstep/
H A Dmenus.c107 ASWIN_SET_FLAGS (menu->submenu->owner, AS_UnMapPending); in close_asmenu_submenu()
138 ASWIN_SET_FLAGS (menu->owner, AS_UnMapPending); in destroy_asmenu()
191 ASWIN_SET_FLAGS (menu->owner, AS_UnMapPending); in close_asmenu()
H A Devents.c1292 ASWIN_CLEAR_FLAGS (asw, AS_UnMapPending); in HandleUnmapNotify()
H A Daswindow.c1872 else if (ASWIN_GET_FLAGS (asw, AS_UnMapPending)) in focus_aswindow()