Home
last modified time | relevance | path

Searched refs:F_BACKPIXMAP (Results 1 – 5 of 5) sorted by relevance

/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterConf/
H A DMyStyle.c490 if (get_flags (style->user_flags, F_BACKPIXMAP)) { in mystyle_create_from_definition()
492 clear_flags (style->user_flags, F_BACKTRANSPIXMAP | F_BACKPIXMAP); in mystyle_create_from_definition()
494 clear_flags (style->inherit_flags, F_BACKTRANSPIXMAP | F_BACKPIXMAP); in mystyle_create_from_definition()
504 set_flags (style->user_flags, F_BACKPIXMAP); in mystyle_create_from_definition()
510 set_flags (style->user_flags, F_BACKPIXMAP); in mystyle_create_from_definition()
634 if (!get_flags (style->set_flags, F_BACKPIXMAP)) { in MergeMyStyleTextureOld()
674 if (get_flags (def->set_flags, F_BACKPIXMAP)) in MyStyleSpecialTerms2FreeStorage()
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterStep/
H A Dmystyle_property.c246 F_BACKPIXMAP | F_BACKTRANSPIXMAP); in mystyle_get_property()
252 if (style->inherit_flags & F_BACKPIXMAP) { in mystyle_get_property()
255 style->inherit_flags &= ~(F_BACKPIXMAP | F_BACKTRANSPIXMAP); in mystyle_get_property()
H A Dmystyle.c36 if (!get_flags (style->inherit_flags, F_BACKPIXMAP)) { in mystyle_free_back_icon()
1147 if (parent->set_flags & F_BACKPIXMAP) { in mystyle_merge_styles()
1148 if ((override == True) && (child->user_flags & F_BACKPIXMAP)) { in mystyle_merge_styles()
1153 if ((override == True) || !(child->set_flags & F_BACKPIXMAP)) { in mystyle_merge_styles()
1165 clear_flags (child->user_flags, F_BACKPIXMAP | F_BACKTRANSPIXMAP); in mystyle_merge_styles()
1166 set_flags (child->inherit_flags, F_BACKPIXMAP); in mystyle_merge_styles()
1208 F_BACKPIXMAP | (parent->set_flags & F_BACKTRANSPIXMAP); in mystyle_merge_styles()
1209 child->inherit_flags &= ~(F_BACKPIXMAP | F_BACKTRANSPIXMAP); in mystyle_merge_styles()
1356 && !get_flags (style->user_flags, F_BACKPIXMAP)) { in mystyle_merge_colors()
1362 set_flags (style->user_flags, F_BACKPIXMAP); in mystyle_merge_colors()
H A Dmystyle.h73 F_BACKPIXMAP = (1 << 9), enumerator
H A Dbackground.c125 if ((style->set_flags & F_BACKPIXMAP) && style->texture_type != 129) in BackgroundSetMyStyle()