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

/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinmultiwindowclass.h70 #define WindowGroupHint (1L << 6) macro
72 #define AllHints (InputHint|StateHint|IconPixmapHint|IconWindowHint|IconPositionHint|IconMaskHint|WindowGroupHint)
/xsrc/external/mit/libX11/dist/include/X11/
H A DXutil.h140 #define WindowGroupHint (1L << 6) macro
142 IconPositionHint|IconMaskHint|WindowGroupHint)
/xsrc/external/mit/libX11/dist/src/
H A DSetHints.c131 if (wmhints->flags & WindowGroupHint)
/xsrc/external/mit/ctwm/dist/
H A Dwin_utils.c1086 if(hints->flags & WindowGroupHint) {
/xsrc/external/mit/twm/dist/src/
H A Dadd_window.c253 if (tmp_win->wmhints && (tmp_win->wmhints->flags & WindowGroupHint))
H A Devents.c820 if (Tmp_win->wmhints && (Tmp_win->wmhints->flags & WindowGroupHint))
/xsrc/external/mit/libXt/dist/src/
H A DShell.c1374 hintp->flags |= WindowGroupHint;
1379 hintp->flags |= WindowGroupHint;

Completed in 14 milliseconds