Searched refs:STYLE_BOTTOM (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinprefs.h70 #define STYLE_BOTTOM (1L<<6) /* Open a window at the bottom of the Z order */ macro
H A Dwinprefsyacc.y202 | BOTTOM { $$=STYLE_BOTTOM; }
H A Dwinprefsyacc.c1506 { (yyval.uVal)=STYLE_BOTTOM; }
H A Dwinmultiwindowwm.c1898 else if (style & STYLE_BOTTOM)
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinprefs.h69 #define STYLE_BOTTOM (1L<<6) /* Open a window at the bottom of the Z order */ macro
H A Dwinprefsyacc.y201 | BOTTOM { $$=STYLE_BOTTOM; }
H A Dwinmultiwindowwm.c1652 else if (style & STYLE_BOTTOM) *zstyle = HWND_BOTTOM;

Completed in 19 milliseconds