Searched refs:wmHints (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/libX11/dist/src/xlibi18n/
H A DmbWMProps.c46 XWMHints *wmHints,
62 sizeHints, wmHints, classHints);
38 XmbSetWMProperties(Display * dpy,Window w,_Xconst char * windowName,_Xconst char * iconName,char ** argv,int argc,XSizeHints * sizeHints,XWMHints * wmHints,XClassHint * classHints) argument
H A Dutf8WMProps.c68 XWMHints *wmHints,
84 sizeHints, wmHints, classHints);
60 Xutf8SetWMProperties(Display * dpy,Window w,_Xconst char * windowName,_Xconst char * iconName,char ** argv,int argc,XSizeHints * sizeHints,XWMHints * wmHints,XClassHint * classHints) argument
/xsrc/external/mit/libX11/dist/src/
H A DWMProps.c83 XWMHints *wmHints, /* miscellaneous window manager hints */
113 if (wmHints) XSetWMHints (dpy, w, wmHints);
75 XSetWMProperties(Display * dpy,Window w,XTextProperty * windowName,XTextProperty * iconName,char ** argv,int argc,XSizeHints * sizeHints,XWMHints * wmHints,XClassHint * classHints) argument
/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dglut_win.c723 XWMHints *wmHints; local in function:glutCreateWindow
747 wmHints = XAllocWMHints();
748 wmHints->initial_state =
750 wmHints->flags = StateHint;
755 &__glutSizeHints, wmHints, NULL);
756 XFree(wmHints);
/xsrc/local/programs/x11-ssh-askpass/
H A Dx11-ssh-askpass.h123 XWMHints *wmHints; member in struct:__anon7bedf7b40708
H A Dx11-ssh-askpass.c737 XFree(d->wmHints);
786 d->wmHints = XAllocWMHints();
787 if (!(d->wmHints)) {
791 d->wmHints->flags = 0;
792 d->wmHints->input = True;
793 d->wmHints->flags |= InputHint;
794 d->wmHints->initial_state = NormalState;
795 d->wmHints->flags |= StateHint;
811 d->wmHints, d->classHints);

Completed in 13 milliseconds