Searched refs:NormalState (Results 1 - 22 of 22) sorted by relevance

/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dglut_winmisc.c112 __glutCurrentWindow->desiredMapState = NormalState;
H A Dwin32_x11.h160 #define NormalState 1 /* most applications want to start this way */ macro
H A Dglut_win.c681 window->desiredMapState = NormalState;
684 window->desiredMapState = NormalState;
749 __glutIconic ? IconicState : NormalState;
H A Dglut_event.c1197 case NormalState:
/xsrc/external/mit/ctwm/dist/
H A Dfunctions_icmgr_wsmgr.c102 SetMapStateProp(i->twm_win, NormalState);
H A Doccupation.c251 int state = NormalState;
256 && (state == NormalState || state == IconicState
264 SetMapStateProp(twm_win, NormalState);
268 if(state == NormalState) {
790 wmhints.initial_state = NormalState;
1124 SetMapStateProp(occupy_twm, NormalState);
H A Dwindowbox.c80 wmhints.initial_state = NormalState;
H A Dvscreen.c302 SetMapStateProp(tmp_win, NormalState);
H A Dctwm_main.c954 SetMapStateProp(vs->wsw->twm_win, NormalState);
1382 wmhints.initial_state = NormalState;
H A Diconmgr.c162 wmhints.initial_state = NormalState;
844 SetMapStateProp(ip->twm_win, NormalState);
H A Dcaptive.c762 data [0] = (unsigned long) NormalState;
H A Dwin_iconify.c511 SetMapStateProp(t, NormalState);
H A Devent_handlers.c1975 state = NormalState;
1978 (state == NormalState || state == IconicState || state == InactiveState))) {
1985 case NormalState:
1994 SetMapStateProp(Tmp_win, NormalState);
2160 * NormalState or IconicState. Handle the transition to WithdrawnState.
H A Dwin_utils.c1046 hints->initial_state = NormalState;
H A Dworkspace_manager.c483 wmhints.initial_state = NormalState;
/xsrc/external/mit/libX11/dist/include/X11/
H A DXutil.h147 #define NormalState 1 /* most applications want to start this way */ macro
/xsrc/external/mit/twm/dist/src/
H A Devents.c1334 (state == NormalState || state == IconicState)))
1339 case NormalState:
1344 SetMapStateProp(Tmp_win, NormalState);
1436 * NormalState or IconicState. Handle the transition to WithdrawnState.
H A Dtwm.c597 SetMapStateProp(Scr->iconmgr.twm_win, NormalState);
H A Dmenus.c2387 SetMapStateProp(tmp_win, NormalState);
2416 SetMapStateProp(t, NormalState);
/xsrc/external/mit/libXt/dist/src/
H A DConverters.c1456 if (CompareISOLatin1(str, "NormalState") == 0)
1457 done_string(int, NormalState, XtRInitialState);
H A DShell.c378 XtRImmediate, (XtPointer)NormalState},
/xsrc/local/programs/x11-ssh-askpass/
H A Dx11-ssh-askpass.c794 d->wmHints->initial_state = NormalState;

Completed in 35 milliseconds