Home
last modified time | relevance | path

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

1234567891011

/dports/x11-wm/larswm/larswm-7.5.3/
H A Dlarsmenu.c749 XSizeHints *sizehints; in set_wm_hints() local
763 sizehints->width = sizehints->min_width = sizehints->max_width = wide; in set_wm_hints()
764 sizehints->height = sizehints->min_height = sizehints->max_height = high; in set_wm_hints()
767 &sizehints->x, &sizehints->y, in set_wm_hints()
768 &sizehints->width, &sizehints->height, in set_wm_hints()
770 sizehints->flags |= USPosition; in set_wm_hints()
773 sizehints->width = sizehints->min_width = sizehints->max_width = wide; in set_wm_hints()
774 sizehints->height = sizehints->min_height = sizehints->max_height = high; in set_wm_hints()
782 menuwin = XCreateSimpleWindow (dpy, root, sizehints->x, sizehints->y, in set_wm_hints()
783 sizehints->width, sizehints->height, 1, in set_wm_hints()
[all …]
/dports/x11/9menu/9menu-9menu-release-1.10/
H A D9menu.c689 XSizeHints *sizehints; in set_wm_hints() local
703 sizehints->width = sizehints->min_width = sizehints->max_width = wide; in set_wm_hints()
704 sizehints->height = sizehints->min_height = sizehints->max_height = high; in set_wm_hints()
707 &sizehints->x, &sizehints->y, in set_wm_hints()
708 &sizehints->width, &sizehints->height, in set_wm_hints()
710 sizehints->flags |= USPosition; in set_wm_hints()
713 sizehints->width = sizehints->min_width = sizehints->max_width = wide; in set_wm_hints()
714 sizehints->height = sizehints->min_height = sizehints->max_height = high; in set_wm_hints()
722 menuwin = XCreateSimpleWindow(dpy, root, sizehints->x, sizehints->y, in set_wm_hints()
723 sizehints->width, sizehints->height, 1, black, white); in set_wm_hints()
[all …]
/dports/graphics/mxp/mxp/
H A Ddraw.c52 XSizeHints sizehints; variable
385 &sizehints, crosshair_xcr); in create_draw()
411 sizehints.min_aspect.y = 1000;
412 sizehints.min_aspect.x = 1333;
413 sizehints.max_aspect.y = 1000;
414 sizehints.max_aspect.x = 1333;
417 sizehints.min_aspect.x = 1;
418 sizehints.min_aspect.y = 20;
419 sizehints.max_aspect.x = 20;
420 sizehints.max_aspect.y = 1;
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/SDL2/src/video/x11/
H A DSDL_x11window.c372 XSizeHints *sizehints; in X11_CreateWindow() local
514 sizehints->flags = 0; in X11_CreateWindow()
516 sizehints->min_width = sizehints->max_width = window->w; in X11_CreateWindow()
517 sizehints->min_height = sizehints->max_height = window->h; in X11_CreateWindow()
520 sizehints->x = window->x; in X11_CreateWindow()
538 X11_XFree(sizehints); in X11_CreateWindow()
861 sizehints->min_width = sizehints->max_width = window->w; in X11_SetWindowSize()
862 sizehints->min_height = sizehints->max_height = window->h; in X11_SetWindowSize()
1010 X11_XFree(sizehints); in X11_SetWindowResizable()
1191 sizehints->min_width = sizehints->max_width = window->windowed.w; in X11_SetWindowFullscreenViaWM()
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/SDL2/src/video/x11/
H A DSDL_x11window.c372 XSizeHints *sizehints; in X11_CreateWindow() local
514 sizehints->flags = 0; in X11_CreateWindow()
516 sizehints->min_width = sizehints->max_width = window->w; in X11_CreateWindow()
517 sizehints->min_height = sizehints->max_height = window->h; in X11_CreateWindow()
520 sizehints->x = window->x; in X11_CreateWindow()
538 X11_XFree(sizehints); in X11_CreateWindow()
861 sizehints->min_width = sizehints->max_width = window->w; in X11_SetWindowSize()
862 sizehints->min_height = sizehints->max_height = window->h; in X11_SetWindowSize()
1010 X11_XFree(sizehints); in X11_SetWindowResizable()
1191 sizehints->min_width = sizehints->max_width = window->windowed.w; in X11_SetWindowFullscreenViaWM()
[all …]
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/SDL/src/video/x11/
H A DSDL_x11window.c372 XSizeHints *sizehints; in X11_CreateWindow() local
514 sizehints->flags = 0; in X11_CreateWindow()
516 sizehints->min_width = sizehints->max_width = window->w; in X11_CreateWindow()
517 sizehints->min_height = sizehints->max_height = window->h; in X11_CreateWindow()
520 sizehints->x = window->x; in X11_CreateWindow()
538 X11_XFree(sizehints); in X11_CreateWindow()
861 sizehints->min_width = sizehints->max_width = window->w; in X11_SetWindowSize()
862 sizehints->min_height = sizehints->max_height = window->h; in X11_SetWindowSize()
1010 X11_XFree(sizehints); in X11_SetWindowResizable()
1191 sizehints->min_width = sizehints->max_width = window->windowed.w; in X11_SetWindowFullscreenViaWM()
[all …]
/dports/graphics/milton/milton-1.9.1/third_party/SDL2-2.0.8/src/video/x11/
H A DSDL_x11window.c384 XSizeHints *sizehints; in X11_CreateWindow() local
526 sizehints->flags = 0; in X11_CreateWindow()
528 sizehints->min_width = sizehints->max_width = window->w; in X11_CreateWindow()
529 sizehints->min_height = sizehints->max_height = window->h; in X11_CreateWindow()
532 sizehints->x = window->x; in X11_CreateWindow()
550 X11_XFree(sizehints); in X11_CreateWindow()
874 sizehints->min_width = sizehints->max_width = window->w; in X11_SetWindowSize()
875 sizehints->min_height = sizehints->max_height = window->h; in X11_SetWindowSize()
1023 X11_XFree(sizehints); in X11_SetWindowResizable()
1206 sizehints->min_width = sizehints->max_width = window->windowed.w; in X11_SetWindowFullscreenViaWM()
[all …]
/dports/japanese/skkserv/skk-9.6/contrib/skkinput-0.99/
H A DSkkInput.c359 XSizeHints sizehints ; in Realize() local
395 sizehints.width = winwidth ; in Realize()
396 sizehints.height = winheight ; in Realize()
398 sizehints.flags |= USSize ; in Realize()
400 sizehints.flags |= PSize ; in Realize()
413 sizehints.x = xpos ; in Realize()
414 sizehints.y = ypos ; in Realize()
418 sizehints.x = xpos - winwidth ; in Realize()
419 sizehints.y = ypos ; in Realize()
423 sizehints.x = xpos ; in Realize()
[all …]
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/xdemos/
H A Dopencloseopen.c121 XSizeHints sizehints; in make_window() local
122 sizehints.x = x; in make_window()
123 sizehints.y = y; in make_window()
124 sizehints.width = width; in make_window()
125 sizehints.height = height; in make_window()
126 sizehints.flags = USSize | USPosition; in make_window()
127 XSetNormalHints(dpy, win, &sizehints); in make_window()
129 None, (char **)NULL, 0, &sizehints); in make_window()
H A Dxfont.c145 XSizeHints sizehints; in make_rgb_db_window() local
146 sizehints.x = xpos; in make_rgb_db_window()
147 sizehints.y = ypos; in make_rgb_db_window()
148 sizehints.width = width; in make_rgb_db_window()
149 sizehints.height = height; in make_rgb_db_window()
150 sizehints.flags = USSize | USPosition; in make_rgb_db_window()
151 XSetNormalHints(dpy, win, &sizehints); in make_rgb_db_window()
153 None, (char **)NULL, 0, &sizehints); in make_rgb_db_window()
/dports/sysutils/wmmemfree/wmmemfree-0.7/
H A Ddockapp.c98 XSizeHints *sizehints; in make_window() local
205 sizehints = XAllocSizeHints(); in make_window()
207 sizehints -> width = WINDOW_WIDTH; in make_window()
208 sizehints -> height = WINDOW_HEIGHT; in make_window()
209 sizehints -> min_width = WINDOW_WIDTH; in make_window()
210 sizehints -> min_height = WINDOW_HEIGHT; in make_window()
211 sizehints -> max_width = WINDOW_WIDTH; in make_window()
212 sizehints -> max_height = WINDOW_HEIGHT; in make_window()
213 sizehints -> base_width = WINDOW_WIDTH; in make_window()
214 sizehints -> base_height = WINDOW_HEIGHT; in make_window()
[all …]
/dports/sysutils/wmbluecpu/wmbluecpu-0.4/
H A Ddockapp.c99 XSizeHints *sizehints; in make_window() local
205 sizehints = XAllocSizeHints(); in make_window()
207 sizehints -> width = WINDOW_WIDTH; in make_window()
208 sizehints -> height = WINDOW_HEIGHT; in make_window()
209 sizehints -> min_width = WINDOW_WIDTH; in make_window()
210 sizehints -> min_height = WINDOW_HEIGHT; in make_window()
211 sizehints -> max_width = WINDOW_WIDTH; in make_window()
212 sizehints -> max_height = WINDOW_HEIGHT; in make_window()
213 sizehints -> base_width = WINDOW_WIDTH; in make_window()
214 sizehints -> base_height = WINDOW_HEIGHT; in make_window()
[all …]
/dports/x11-clocks/wmblueclock/wmblueclock-0.0/
H A Ddockapp.c99 XSizeHints *sizehints; in make_window() local
205 sizehints = XAllocSizeHints(); in make_window()
207 sizehints -> width = WINDOW_WIDTH; in make_window()
208 sizehints -> height = WINDOW_HEIGHT; in make_window()
209 sizehints -> min_width = WINDOW_WIDTH; in make_window()
210 sizehints -> min_height = WINDOW_HEIGHT; in make_window()
211 sizehints -> max_width = WINDOW_WIDTH; in make_window()
212 sizehints -> max_height = WINDOW_HEIGHT; in make_window()
213 sizehints -> base_width = WINDOW_WIDTH; in make_window()
214 sizehints -> base_height = WINDOW_HEIGHT; in make_window()
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/targets/graw-xlib/
H A Dgraw_xlib.c122 XSizeHints sizehints; in graw_create_window_and_screen() local
123 sizehints.x = x; in graw_create_window_and_screen()
124 sizehints.y = y; in graw_create_window_and_screen()
125 sizehints.width = width; in graw_create_window_and_screen()
126 sizehints.height = height; in graw_create_window_and_screen()
127 sizehints.flags = USSize | USPosition; in graw_create_window_and_screen()
128 XSetNormalHints(graw.display, win, &sizehints); in graw_create_window_and_screen()
130 None, (char **)NULL, 0, &sizehints); in graw_create_window_and_screen()
/dports/lang/clover/mesa-21.3.6/src/gallium/targets/graw-xlib/
H A Dgraw_xlib.c122 XSizeHints sizehints; in graw_create_window_and_screen() local
123 sizehints.x = x; in graw_create_window_and_screen()
124 sizehints.y = y; in graw_create_window_and_screen()
125 sizehints.width = width; in graw_create_window_and_screen()
126 sizehints.height = height; in graw_create_window_and_screen()
127 sizehints.flags = USSize | USPosition; in graw_create_window_and_screen()
128 XSetNormalHints(graw.display, win, &sizehints); in graw_create_window_and_screen()
130 None, (char **)NULL, 0, &sizehints); in graw_create_window_and_screen()
/dports/x11/virtualgl/virtualgl-3.0/glxdemos/
H A Dxfont.c144 XSizeHints sizehints; in make_rgb_db_window() local
145 sizehints.x = xpos; in make_rgb_db_window()
146 sizehints.y = ypos; in make_rgb_db_window()
147 sizehints.width = width; in make_rgb_db_window()
148 sizehints.height = height; in make_rgb_db_window()
149 sizehints.flags = USSize | USPosition; in make_rgb_db_window()
150 XSetNormalHints(dpy, win, &sizehints); in make_rgb_db_window()
152 None, (char **)NULL, 0, &sizehints); in make_rgb_db_window()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/targets/graw-xlib/
H A Dgraw_xlib.c122 XSizeHints sizehints; in graw_create_window_and_screen() local
123 sizehints.x = x; in graw_create_window_and_screen()
124 sizehints.y = y; in graw_create_window_and_screen()
125 sizehints.width = width; in graw_create_window_and_screen()
126 sizehints.height = height; in graw_create_window_and_screen()
127 sizehints.flags = USSize | USPosition; in graw_create_window_and_screen()
128 XSetNormalHints(graw.display, win, &sizehints); in graw_create_window_and_screen()
130 None, (char **)NULL, 0, &sizehints); in graw_create_window_and_screen()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/targets/graw-xlib/
H A Dgraw_xlib.c122 XSizeHints sizehints; in graw_create_window_and_screen() local
123 sizehints.x = x; in graw_create_window_and_screen()
124 sizehints.y = y; in graw_create_window_and_screen()
125 sizehints.width = width; in graw_create_window_and_screen()
126 sizehints.height = height; in graw_create_window_and_screen()
127 sizehints.flags = USSize | USPosition; in graw_create_window_and_screen()
128 XSetNormalHints(graw.display, win, &sizehints); in graw_create_window_and_screen()
130 None, (char **)NULL, 0, &sizehints); in graw_create_window_and_screen()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/targets/graw-xlib/
H A Dgraw_xlib.c122 XSizeHints sizehints; in graw_create_window_and_screen() local
123 sizehints.x = x; in graw_create_window_and_screen()
124 sizehints.y = y; in graw_create_window_and_screen()
125 sizehints.width = width; in graw_create_window_and_screen()
126 sizehints.height = height; in graw_create_window_and_screen()
127 sizehints.flags = USSize | USPosition; in graw_create_window_and_screen()
128 XSetNormalHints(graw.display, win, &sizehints); in graw_create_window_and_screen()
130 None, (char **)NULL, 0, &sizehints); in graw_create_window_and_screen()
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/targets/graw-xlib/
H A Dgraw_xlib.c122 XSizeHints sizehints; in graw_create_window_and_screen() local
123 sizehints.x = x; in graw_create_window_and_screen()
124 sizehints.y = y; in graw_create_window_and_screen()
125 sizehints.width = width; in graw_create_window_and_screen()
126 sizehints.height = height; in graw_create_window_and_screen()
127 sizehints.flags = USSize | USPosition; in graw_create_window_and_screen()
128 XSetNormalHints(graw.display, win, &sizehints); in graw_create_window_and_screen()
130 None, (char **)NULL, 0, &sizehints); in graw_create_window_and_screen()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/targets/graw-xlib/
H A Dgraw_xlib.c122 XSizeHints sizehints; in graw_create_window_and_screen() local
123 sizehints.x = x; in graw_create_window_and_screen()
124 sizehints.y = y; in graw_create_window_and_screen()
125 sizehints.width = width; in graw_create_window_and_screen()
126 sizehints.height = height; in graw_create_window_and_screen()
127 sizehints.flags = USSize | USPosition; in graw_create_window_and_screen()
128 XSetNormalHints(graw.display, win, &sizehints); in graw_create_window_and_screen()
130 None, (char **)NULL, 0, &sizehints); in graw_create_window_and_screen()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/targets/graw-xlib/
H A Dgraw_xlib.c122 XSizeHints sizehints; in graw_create_window_and_screen() local
123 sizehints.x = x; in graw_create_window_and_screen()
124 sizehints.y = y; in graw_create_window_and_screen()
125 sizehints.width = width; in graw_create_window_and_screen()
126 sizehints.height = height; in graw_create_window_and_screen()
127 sizehints.flags = USSize | USPosition; in graw_create_window_and_screen()
128 XSetNormalHints(graw.display, win, &sizehints); in graw_create_window_and_screen()
130 None, (char **)NULL, 0, &sizehints); in graw_create_window_and_screen()
/dports/graphics/mesa-demos/mesa-demos-8.4.0/src/xdemos/
H A Dxfont.c145 XSizeHints sizehints; in make_rgb_db_window() local
146 sizehints.x = xpos; in make_rgb_db_window()
147 sizehints.y = ypos; in make_rgb_db_window()
148 sizehints.width = width; in make_rgb_db_window()
149 sizehints.height = height; in make_rgb_db_window()
150 sizehints.flags = USSize | USPosition; in make_rgb_db_window()
151 XSetNormalHints(dpy, win, &sizehints); in make_rgb_db_window()
153 None, (char **)NULL, 0, &sizehints); in make_rgb_db_window()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/targets/graw-xlib/
H A Dgraw_xlib.c122 XSizeHints sizehints; in graw_create_window_and_screen() local
123 sizehints.x = x; in graw_create_window_and_screen()
124 sizehints.y = y; in graw_create_window_and_screen()
125 sizehints.width = width; in graw_create_window_and_screen()
126 sizehints.height = height; in graw_create_window_and_screen()
127 sizehints.flags = USSize | USPosition; in graw_create_window_and_screen()
128 XSetNormalHints(graw.display, win, &sizehints); in graw_create_window_and_screen()
130 None, (char **)NULL, 0, &sizehints); in graw_create_window_and_screen()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/targets/graw-xlib/
H A Dgraw_xlib.c122 XSizeHints sizehints; in graw_create_window_and_screen() local
123 sizehints.x = x; in graw_create_window_and_screen()
124 sizehints.y = y; in graw_create_window_and_screen()
125 sizehints.width = width; in graw_create_window_and_screen()
126 sizehints.height = height; in graw_create_window_and_screen()
127 sizehints.flags = USSize | USPosition; in graw_create_window_and_screen()
128 XSetNormalHints(graw.display, win, &sizehints); in graw_create_window_and_screen()
130 None, (char **)NULL, 0, &sizehints); in graw_create_window_and_screen()

1234567891011