Searched refs:wmHints (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/libX11/dist/src/xlibi18n/ |
| H A D | mbWMProps.c | 46 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 D | utf8WMProps.c | 68 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 D | WMProps.c | 83 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 D | glut_win.c | 723 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 D | x11-ssh-askpass.h | 123 XWMHints *wmHints; member in struct:__anon7bedf7b40708
|
| H A D | x11-ssh-askpass.c | 737 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