Lines Matching defs:sizehints
106 XSizeHints sizehints;
107 sizehints.flags = 0;
109 None, (char **)NULL, 0, &sizehints);
140 XSizeHints sizehints;
141 sizehints.x = x;
142 sizehints.y = y;
143 sizehints.width = width;
144 sizehints.height = height;
145 sizehints.flags = USSize | USPosition;
146 XSetNormalHints(dpy, win, &sizehints);
148 None, (char **)NULL, 0, &sizehints);