Searched refs:NormalState (Results 1 - 22 of 22) sorted by relevance
| /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/ |
| H A D | glut_winmisc.c | 112 __glutCurrentWindow->desiredMapState = NormalState;
|
| H A D | win32_x11.h | 160 #define NormalState 1 /* most applications want to start this way */ macro
|
| H A D | glut_win.c | 681 window->desiredMapState = NormalState; 684 window->desiredMapState = NormalState; 749 __glutIconic ? IconicState : NormalState;
|
| H A D | glut_event.c | 1197 case NormalState:
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | functions_icmgr_wsmgr.c | 102 SetMapStateProp(i->twm_win, NormalState);
|
| H A D | occupation.c | 251 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 D | windowbox.c | 80 wmhints.initial_state = NormalState;
|
| H A D | vscreen.c | 302 SetMapStateProp(tmp_win, NormalState);
|
| H A D | ctwm_main.c | 954 SetMapStateProp(vs->wsw->twm_win, NormalState); 1382 wmhints.initial_state = NormalState;
|
| H A D | iconmgr.c | 162 wmhints.initial_state = NormalState; 844 SetMapStateProp(ip->twm_win, NormalState);
|
| H A D | captive.c | 762 data [0] = (unsigned long) NormalState;
|
| H A D | win_iconify.c | 511 SetMapStateProp(t, NormalState);
|
| H A D | event_handlers.c | 1975 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 D | win_utils.c | 1046 hints->initial_state = NormalState;
|
| H A D | workspace_manager.c | 483 wmhints.initial_state = NormalState;
|
| /xsrc/external/mit/libX11/dist/include/X11/ |
| H A D | Xutil.h | 147 #define NormalState 1 /* most applications want to start this way */ macro
|
| /xsrc/external/mit/twm/dist/src/ |
| H A D | events.c | 1334 (state == NormalState || state == IconicState))) 1339 case NormalState: 1344 SetMapStateProp(Tmp_win, NormalState); 1436 * NormalState or IconicState. Handle the transition to WithdrawnState.
|
| H A D | twm.c | 597 SetMapStateProp(Scr->iconmgr.twm_win, NormalState);
|
| H A D | menus.c | 2387 SetMapStateProp(tmp_win, NormalState); 2416 SetMapStateProp(t, NormalState);
|
| /xsrc/external/mit/libXt/dist/src/ |
| H A D | Converters.c | 1456 if (CompareISOLatin1(str, "NormalState") == 0) 1457 done_string(int, NormalState, XtRInitialState);
|
| H A D | Shell.c | 378 XtRImmediate, (XtPointer)NormalState},
|
| /xsrc/local/programs/x11-ssh-askpass/ |
| H A D | x11-ssh-askpass.c | 794 d->wmHints->initial_state = NormalState;
|
Completed in 35 milliseconds