Home
last modified time | relevance | path

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

/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterStep/
H A Dclientprops.h41 #define AS_StartBorderWidth (1<<4)
H A Dhints.h30 #define AS_StartBorderWidth (1<<4) macro
H A Dhints.c284 clear_flags (status->flags, AS_StartBorderWidth); in check_status_sanity()
582 set_flags (status->flags, AS_StartBorderWidth); in merge_icccm_hints()
1970 if (get_flags (status->flags, AS_StartBorderWidth)) in make_anchor_pos()
2008 if (get_flags (status->flags, AS_StartBorderWidth)) in make_status_pos()
2042 if (get_flags (status->flags, AS_StartBorderWidth)) in make_detach_pos()
2360 if (get_flags (status->flags, AS_StartBorderWidth)) in make_client_geometry_string()
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/src/afterstep/
H A Dadd_window.c547 if (get_flags (asw->status->flags, AS_StartBorderWidth)) in RestoreWithdrawnLocation()