Home
last modified time | relevance | path

Searched refs:TransparentMS (Results 1 – 10 of 10) sorted by relevance

/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterStep/
H A Dmystyle.h87 #define TransparentMS(style) (get_flags((style)->set_flags, F_TRANSPARENT)) macro
H A Ddecor.c1225 if (tbar->style[i] && TransparentMS (tbar->style[i])) in move_astbar()
1335 if (tbar->style[i] && TransparentMS (tbar->style[i])) in update_astbar_transparency()
H A Dmystyle.c442 Bool transparency = TransparentMS (style); in mystyle_make_image_int()
/dports/chinese/aterm/aterm-1.0.1/src/
H A Dpixmap.c805 if( BG.trgType == BGT_MyStyle && TransparentMS(TermWin.background.mystyle)) in IsTransparentPixmap()
H A Dmain.c1116 … if( TransparentMS(TermWin.background.mystyle) || vt_width != old_width || vt_height!= old_height ) in resize_window()
H A Dcommand.c2493 if( !TransparentMS(TermWin.background.mystyle) )
/dports/x11/aterm/aterm-1.0.1/src/
H A Dpixmap.c805 if( BG.trgType == BGT_MyStyle && TransparentMS(TermWin.background.mystyle)) in IsTransparentPixmap()
H A Dmain.c1116 … if( TransparentMS(TermWin.background.mystyle) || vt_width != old_width || vt_height!= old_height ) in resize_window()
H A Dcommand.c2495 if( !TransparentMS(TermWin.background.mystyle) )
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/src/WinTabs/
H A DWinTabs.c627 else if( TransparentMS(Scr.Look.MSWindow[BACK_FOCUSED]) ) in SetWinTabsLook()