Home
last modified time | relevance | path

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

/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterConf/
H A DWharf.c279 config->withdraw_style = WITHDRAW_ON_EDGE_BUTTON_AND_SHOW; in CreateWharfConfig()
379 show_progress ("WHARF.withdraw_style=%d;", config->withdraw_style); in PrintWharfConfig()
711 config->withdraw_style = item.data.integer; in ParseWharfOptions()
939 config->withdraw_style,
H A Dafterconf.h1686 #define WITHDRAW_ON_ANY(c) ((c)->withdraw_style == WITHDRAW_ON_ANY_BUTTON || (c)->withdraw_style
1687 #define WITHDRAW_ON_EDGE(c) ((c)->withdraw_style == WITHDRAW_ON_EDGE_BUTTON || (c)->withdraw_style
1688 unsigned int withdraw_style; member
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/src/Wharf/
H A DWharf.c560 Config->withdraw_style = config->withdraw_style; in GetOptions()
3316 if (Config->withdraw_style < WITHDRAW_ON_ANY_BUTTON_AND_SHOW) in on_wharf_pressed()