Home
last modified time | relevance | path

Searched refs:sizehints (Results 251 – 257 of 257) sorted by relevance

1...<<11

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dxbitmap.c1146 XSizeHints sizehints; local
1152 bitmask = XParseGeometry(geom_spec, &(sizehints.x), &(sizehints.y),
1153 (unsigned int *)&(sizehints.width),
1154 (unsigned int *)&(sizehints.height));
1155 if (bitmask & WidthValue) *src_w = sizehints.width;
1156 if (bitmask & HeightValue) *src_h = sizehints.height;
1158 *src_x = (bitmask & XNegative) ? image_w+sizehints.x : sizehints.x;
1175 *src_y = (bitmask & YNegative) ? image_h+sizehints.y : sizehints.y;
/dports/x11/plasma5-plasma-desktop/plasma-desktop-5.23.5/design/
H A DCHANGELOG-4.215 …signal. A containment (such as a panel) can adjust its size based on changed sizehints of an applet
/dports/x11-wm/echinus/echinus-0.4.9/
H A Dechinus.c129 void resize(Client * c, int x, int y, int w, int h, Bool sizehints);
1437 resize(Client * c, int x, int y, int w, int h, Bool sizehints) { in resize() argument
1440 if (sizehints) { in resize()
/dports/x11-wm/amiwm/amiwm0.21pl2/
H A Dframe.c252 cb=(resizable(&c->sizehints)? prefs.sizeborder:0); in reparent()
/dports/x11-wm/herbstluftwm/herbstluftwm-0.9.2/
H A DNEWS273 * Make respecting of sizehints configurable for tiling and floating mode
/dports/net/x11vnc/x11vnc-0.9.16/misc/enhanced_tightvnc_viewer/src/patches/
H A Dtight-vncviewer-full.patch8057 + XSizeHints *sizehints = XAllocSizeHints(); \
8059 + if (sizehints->base_width < toplevelWidth) { \
8060 + sizehints->base_width = toplevelWidth; \
8062 + if (sizehints->base_height < toplevelHeight) { \
8063 + sizehints->base_height = toplevelHeight; \
8065 + if (sizehints->max_width < toplevelWidth) { \
8066 + sizehints->max_width = toplevelWidth; \
8068 + if (sizehints->max_height < toplevelHeight) { \
8069 + sizehints->max_height = toplevelHeight; \
8071 + XSetWMSizeHints(dpy, topwin, sizehints, XA_WM_NORMAL_HINTS); \
[all …]
/dports/x11/mlterm/mlterm-3.9.1/
H A DChangeLog19677 * My fix for sizehints bug (2002-08-29) seems not to be enough. Fixed.

1...<<11