Searched refs:IconicState (Results 1 - 17 of 17) sorted by relevance

/xsrc/external/mit/libX11/dist/src/
H A DIconify.c63 * NormalState to IconicState.
81 .data.l[0] = IconicState
/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dglut_winmisc.c104 __glutCurrentWindow->desiredMapState = IconicState;
H A Dwin32_x11.h161 #define IconicState 3 /* application wants to start as an icon */ macro
H A Dglut_win.c744 window->desiredMapState = IconicState;
749 __glutIconic ? IconicState : NormalState;
H A Dglut_event.c1207 case IconicState:
/xsrc/external/mit/ctwm/dist/
H A Dwin_iconify.c117 SetMapStateProp(tmp_win, IconicState);
596 SetMapStateProp(t, IconicState);
H A Dadd_window.c352 tmp_win->wmhints->initial_state = IconicState;
613 tmp_win->wmhints->initial_state = IconicState;
780 ((tmp_win->wmhints->initial_state == IconicState) ||
952 tmp_win->wmhints->initial_state == IconicState)) {
H A Diconmgr.c212 if(p->twm_win && (p->twm_win->wmhints->initial_state == IconicState)) {
H A Doccupation.c256 && (state == NormalState || state == IconicState
H A Devent_handlers.c1548 if(Event.xclient.data.l[0] == IconicState && !Tmp_win->isicon) {
1978 (state == NormalState || state == IconicState || state == InactiveState))) {
2028 case IconicState:
2140 * unmapped (which is the case for twm for IconicState). Unfortunately,
2160 * NormalState or IconicState. Handle the transition to WithdrawnState.
/xsrc/external/mit/libX11/dist/include/X11/
H A DXutil.h148 #define IconicState 3 /* application wants to start as an icon */ macro
/xsrc/external/mit/twm/dist/src/
H A Dadd_window.c242 tmp_win->wmhints->initial_state = IconicState;
365 tmp_win->wmhints->initial_state = IconicState;
429 tmp_win->wmhints->initial_state == IconicState)) {
H A Devents.c1030 if (Event.xclient.data.l[0] == IconicState && !Tmp_win->icon) {
1334 (state == NormalState || state == IconicState)))
1348 case IconicState:
1417 * unmapped (which is the case for twm for IconicState). Unfortunately,
1436 * NormalState or IconicState. Handle the transition to WithdrawnState.
H A Dmenus.c2477 SetMapStateProp(t, IconicState);
2504 SetMapStateProp(tmp_win, IconicState);
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinmultiwindowwm.c1141 && event.xclient.data.l[0] == IconicState)
1143 ErrorF ("winMultiWindowXMsgProc - WM_CHANGE_STATE - IconicState\n");
/xsrc/external/mit/libXt/dist/src/
H A DConverters.c1459 if (CompareISOLatin1(str, "IconicState") == 0)
1460 done_string(int, IconicState, XtRInitialState);
H A DShell.c1104 w->wm.wm_hints.initial_state = IconicState;
2564 new->wm.wm_hints.initial_state = IconicState;

Completed in 35 milliseconds