Home
last modified time | relevance | path

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

/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/src/afterstep/
H A Dcolormaps.c319 if (asw != NULL && !ASWIN_GET_FLAGS (asw, AS_Dead)) { in InstallWindowColormaps()
324 if (w == asw->w && !ASWIN_GET_FLAGS (asw, AS_Dead)) in InstallWindowColormaps()
349 if (asw != NULL && !ASWIN_GET_FLAGS (asw, AS_Dead)) { in UninstallWindowColormaps()
354 if (w == asw->w && ASWIN_GET_FLAGS (asw, AS_Dead)) in UninstallWindowColormaps()
H A Daswindow.c803 ASWIN_SET_FLAGS (asw, AS_Dead); in on_dead_aswindow()
1095 if (!ASWIN_GET_FLAGS (sublist[curr], AS_Dead)) { in stack_transients()
1116 if (!ASWIN_GET_FLAGS (asw, AS_Dead)) { in stack_layer_windows()
1125 && !ASWIN_GET_FLAGS (asw->group_lead, AS_Dead)) in stack_layer_windows()
1130 if (!ASWIN_GET_FLAGS (sublist[curr], AS_Dead) in stack_layer_windows()
1448 if (!ASWIN_GET_FLAGS (sublist[i], AS_Dead)) in is_overlaping_b()
1456 if (!ASWIN_GET_FLAGS (sublist[i], AS_Dead)) in is_overlaping_b()
1474 if (!ASWIN_GET_FLAGS (sublist[i], AS_Dead)) in is_overlaping()
1482 if (!ASWIN_GET_FLAGS (sublist[i], AS_Dead)) in is_overlaping()
1552 if (ASWIN_GET_FLAGS (t, AS_Dead)) in restack_window()
[all …]
H A Dadd_window.c442 if (!ASWIN_GET_FLAGS (asw, AS_Dead)) { in Destroy()
444 ASWIN_SET_FLAGS (asw, AS_Dead); in Destroy()
447 if (!ASWIN_GET_FLAGS (asw, AS_Dead)) { in Destroy()
574 if (!ASWIN_GET_FLAGS (asw, AS_Dead)) { in RestoreWithdrawnLocation()
H A Dwinstatus.c326 if (!ASWIN_GET_FLAGS (asw, AS_Dead)) in make_shade_animation_step()
789 if (ASWIN_GET_FLAGS (asw, AS_Dead)) in on_window_moveresize()
1000 if (ASWIN_GET_FLAGS (asw, AS_Dead)) in on_window_hints_changed()
1086 if (ASWIN_GET_FLAGS (asw, AS_Dead)) in on_window_opacity_changed()
1331 if (!ASWIN_GET_FLAGS (asw, AS_Dead)) in on_window_status_changed()
1346 if (!ASWIN_GET_FLAGS (asw, AS_Dead)) in on_window_anchor_changed()
1736 if (!ASWIN_GET_FLAGS (asw, AS_Dead)) in complete_wm_state_transition()
1784 if (!ASWIN_GET_FLAGS (asw, AS_Dead)) { in set_window_wm_state()
1786 ASWIN_SET_FLAGS (asw, AS_Dead); in set_window_wm_state()
1832 ASWIN_SET_FLAGS (asw, AS_Dead); in set_window_wm_state()
[all …]
H A Ddecorations.c377 if ((asw->status == NULL || !get_flags (asw->status->flags, AS_Dead)) in check_client_canvas()
612 if (!ASWIN_GET_FLAGS (asw, AS_Dead)) { in grab_aswindow_buttons()
617 if (asw->icon_canvas && !ASWIN_GET_FLAGS (asw, AS_Dead) in grab_aswindow_buttons()
988 if (!ASWIN_GET_FLAGS (asw, AS_Dead)) in hints2decorations()
1423 if (ASWIN_GET_FLAGS (asw, AS_Dead)) { in SetShape()
H A Dplacement.c286 if (asw && !ASWIN_GET_FLAGS (asw, AS_Dead)) { in apply_aswindow_moveresize()
353 if (asw && !ASWIN_GET_FLAGS (asw, AS_Dead)) { in apply_aswindow_move()
367 if (asw && !ASWIN_GET_FLAGS (asw, AS_Dead)) { in complete_aswindow_moveresize()
397 if (asw && !ASWIN_GET_FLAGS (asw, AS_Dead)) { in complete_aswindow_move()
1172 return (ASWIN_GET_FLAGS (asw, AS_Dead) == 0 in do_manual_placement()
1304 if (ASWIN_GET_FLAGS (asw, AS_Dead) in place_aswindow_in_windowbox()
H A Dpager.c292 if (!ASWIN_GET_FLAGS (asw, AS_Dead)) in deskviewport_aswindow_iter_func()
331 if (asw != NULL && !ASWIN_GET_FLAGS (asw, AS_Dead)) { in update_desk_prop_iter_func()
H A Devents.c956 if ((asw = event->client) == NULL || ASWIN_GET_FLAGS (asw, AS_Dead)) { in HandlePropertyNotify()
989 if (ASWIN_GET_FLAGS (asw, AS_Dead)) in HandlePropertyNotify()
H A Dmenus.c136 ASWIN_SET_FLAGS (menu->owner, AS_Dead); in destroy_asmenu()
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/src/Sound2/
H A DSound.c398 if (StateChange & AS_Dead) in proc_message()
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterStep/
H A Dclientprops.h63 #define AS_Dead (1<<15) /* dead client - has been destroyd or about to be destroyed…
H A Dhints.h52 #define AS_Dead (1<<15) /* dead client - has been destroyd or about to be destroyed… macro