Home
last modified time | relevance | path

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

/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterStep/
H A Dbackground.h16 #define BGFLAG_ALIGN_BOTTOM (1<<9) macro
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterConf/
H A DASetRoot.c260 BGFLAG_ALIGN_BOTTOM); in ParseMyBackgroundOptions()
265 config->flags |= BGFLAG_ALIGN_BOTTOM; in ParseMyBackgroundOptions()
491 if (get_flags (back_config->flags, BGFLAG_ALIGN_BOTTOM)) in myback_parse()
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/src/asetroot/
H A Dasetroot.c830 y = (back->flags & BGFLAG_ALIGN_BOTTOM) ? height - old_height : 0; in DoTransformPixmap()
832 !(back->flags & BGFLAG_ALIGN_BOTTOM) && in DoTransformPixmap()