Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinprefs.h66 #define STYLE_NOFRAME (1L<<2) /* Force window style no frame */ macro
H A Dwinprefsyacc.y207 | NOFRAME { $$=STYLE_NOFRAME; }
H A Dwinprefsyacc.c1519 { (yyval.uVal)=STYLE_NOFRAME; } in yyparse()
H A Dwinmultiwindowwm.c1843 else if (style & STYLE_NOFRAME) in winApplyHints()