Home
last modified time | relevance | path

Searched refs:window_x (Results 26 – 50 of 702) sorted by relevance

12345678910>>...29

/dports/deskutils/lookbook/lookbook-1.2.0/src/
H A DApplication.vala44 var window_x = settings.get_int ("window-x");
47 if (window_x != -1 || window_y != -1) {
48 main_window.move (window_x, window_y);
/dports/x11-wm/mutter/mutter-41.1/src/meta/
H A Dmeta-shadow-factory.h108 int window_x,
118 int window_x,
/dports/net-im/uTox/uTox/src/
H A Dsettings.c111 .window_x = 0,
169 } else if (MATCH(NAMEOF(config->window_x), key)) { in parse_interface_section()
170 config->window_x = atoi(value); in parse_interface_section()
329 …e_int(config_path, config_sections[INTERFACE_SECTION], NAMEOF(config->window_x), config->window_x); in utox_save_config()
490 settings.window_x = save->window_x; in config_load()
532 save->window_x = save_in->window_x; in config_save()
H A Dsettings.h73 uint32_t window_x; member
93 uint16_t window_x, window_y, window_width, window_height; member
/dports/misc/netron/node_modules/dmg-builder/vendor/dmgbuild/
H A Dcore.py96 window_x = os.environ.get('windowX')
97 if window_x:
99 bwsp['WindowBounds'] = '{{%s, %s}, {%s, %s}}' % (window_x,
/dports/games/freeciv/freeciv-2.6.6/client/gui-sdl/
H A Dfinddlg.c121 int window_x = 0, window_y = 0; in popup_find_dialog() local
249 window_x = adj_size(10); in popup_find_dialog()
252 window_x = (Main.event.motion.x + pWindow->size.w + adj_size(10) < Main.screen->w) ? in popup_find_dialog()
261 widget_set_position(pWindow, window_x, window_y); in popup_find_dialog()
/dports/games/freeciv-nox11/freeciv-2.6.6/client/gui-sdl/
H A Dfinddlg.c121 int window_x = 0, window_y = 0; in popup_find_dialog() local
249 window_x = adj_size(10); in popup_find_dialog()
252 window_x = (Main.event.motion.x + pWindow->size.w + adj_size(10) < Main.screen->w) ? in popup_find_dialog()
261 widget_set_position(pWindow, window_x, window_y); in popup_find_dialog()
/dports/games/freeciv-nox11/freeciv-2.6.6/client/gui-sdl2/
H A Dfinddlg.c129 int window_x = 0, window_y = 0; in popup_find_dialog() local
254 window_x = adj_size(10); in popup_find_dialog()
257 window_x = (Main.event.motion.x + pWindow->size.w + adj_size(10) < main_window_width()) ? in popup_find_dialog()
265 widget_set_position(pWindow, window_x, window_y); in popup_find_dialog()
/dports/games/freeciv/freeciv-2.6.6/client/gui-sdl2/
H A Dfinddlg.c129 int window_x = 0, window_y = 0; in popup_find_dialog() local
254 window_x = adj_size(10); in popup_find_dialog()
257 window_x = (Main.event.motion.x + pWindow->size.w + adj_size(10) < main_window_width()) ? in popup_find_dialog()
265 widget_set_position(pWindow, window_x, window_y); in popup_find_dialog()
/dports/textproc/artha/artha-1.0.3/src/
H A Dlibnotify.c591 LONG window_x = 0, window_y = 0; in notificationWndProc() local
597 window_x = rc.right - in notificationWndProc()
606 window_x = rc.left + in notificationWndProc()
614 window_x = rc.right - in notificationWndProc()
623 window_x, in notificationWndProc()
630 notify_wnd.notification_window_rect.left = window_x; in notificationWndProc()
632 notify_wnd.notification_window_rect.right = window_x + notify_wnd.notification_window_width; in notificationWndProc()
/dports/audio/drumgizmo/drumgizmo-0.9.19/plugingui/
H A Dwidget.cc277 size_t window_x = x(); in translateToWindowX() local
280 window_x += parent->translateToWindowX(); in translateToWindowX()
283 return window_x; in translateToWindowX()
/dports/x11-wm/mutter/mutter-41.1/src/compositor/
H A Dmeta-shadow-factory.c203 int window_x, in meta_shadow_paint() argument
235 dest_x[0] = window_x - shadow->outer_border_left; in meta_shadow_paint()
236 dest_x[1] = window_x + shadow->inner_border_left; in meta_shadow_paint()
237 dest_x[2] = window_x + window_width - shadow->inner_border_right; in meta_shadow_paint()
238 dest_x[3] = window_x + window_width + shadow->outer_border_right; in meta_shadow_paint()
247 dest_x[0] = window_x - shadow->outer_border_left; in meta_shadow_paint()
248 dest_x[1] = window_x + window_width + shadow->outer_border_right; in meta_shadow_paint()
374 int window_x, in meta_shadow_get_bounds() argument
380 bounds->x = window_x - shadow->outer_border_left; in meta_shadow_get_bounds()
/dports/x11-wm/muffin/muffin-4.8.0/src/compositor/
H A Dmeta-shadow-factory.c203 int window_x, in meta_shadow_paint() argument
231 dest_x[0] = window_x - shadow->outer_border_left; in meta_shadow_paint()
232 dest_x[1] = window_x + shadow->inner_border_left; in meta_shadow_paint()
233 dest_x[2] = window_x + window_width - shadow->inner_border_right; in meta_shadow_paint()
234 dest_x[3] = window_x + window_width + shadow->outer_border_right; in meta_shadow_paint()
243 dest_x[0] = window_x - shadow->outer_border_left; in meta_shadow_paint()
244 dest_x[1] = window_x + window_width + shadow->outer_border_right; in meta_shadow_paint()
391 int window_x, in meta_shadow_get_bounds() argument
397 bounds->x = window_x - shadow->outer_border_left; in meta_shadow_get_bounds()
/dports/x11/xscreensaver/xscreensaver-5.44/OSX/
H A Dgrabclient-osx.m55 int window_x, int window_y)
58 CGDisplayAddressForPosition (cgdpy, window_x, window_y);
152 int window_x, window_y;
159 &window_x, &window_y, &unused);
184 p.x = window_x;
223 copy_framebuffer_to_ximage (cgdpy, xim, window_x, window_y);
300 int window_x, window_y;
307 &window_x, &window_y, &unused);
313 cgrect.origin.x = window_x;
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/Libraries/UI/Source/
H A Dbutarray.c30 …_create(Gadget *parent, LGPoint coord, int z, int msize_x, int msize_y, int window_x, int window_y, in gad_buttonarray_create() argument
42 wsize.x = window_x; wsize.y = window_y; in gad_buttonarray_create()
/dports/x11-toolkits/libwnck3/libwnck-3.36.0/libwnck/
H A Dwindow-action-menu.c454 int window_x, window_y; in update_menu_state() local
462 wnck_window_get_geometry (priv->window, &window_x, &window_y, NULL, NULL); in update_menu_state()
467 window_x += viewport_x; in update_menu_state()
476 if (window_x >= screen_width) in update_menu_state()
481 if (window_x < viewport_width - screen_width) in update_menu_state()
803 int window_x, window_y; in refill_submenu_viewport() local
822 &window_x, &window_y, NULL, NULL); in refill_submenu_viewport()
827 window_x += viewport_x; in refill_submenu_viewport()
860 if (window_x >= x && window_x < x + screen_width && in refill_submenu_viewport()
/dports/graphics/gource/gource-0.51/src/core/
H A Dsettings.cpp80 window_x = -1; in setDisplayDefaults()
104 if(window_x >= 0 && window_y >= 0) { in exportDisplaySettings()
106 snprintf(windowbuff, 256, "%dx%d", window_x, window_y); in exportDisplaySettings()
363 if(!parseRectangle(window_position, window_x, window_y)) { in importDisplaySettings()
/dports/sysutils/logstalgia/Logstalgia-logstalgia-1.1.2/src/core/
H A Dsettings.cpp80 window_x = -1; in setDisplayDefaults()
104 if(window_x >= 0 && window_y >= 0) { in exportDisplaySettings()
106 snprintf(windowbuff, 256, "%dx%d", window_x, window_y); in exportDisplaySettings()
363 if(!parseRectangle(window_position, window_x, window_y)) { in importDisplaySettings()
/dports/editors/emacs-devel/emacs-4d1968b/oldXMenu/
H A DXMenu.h96 int window_x; /* Window upper left X coordinate. */ member
120 int window_x; /* Window upper left X coordinate. */ member
145 int window_x; /* Window upper left X coordinate. */ member
/dports/editors/emacs/emacs-27.2/oldXMenu/
H A DXMenu.h78 int window_x; /* Window upper left X coordinate. */ member
102 int window_x; /* Window upper left X coordinate. */ member
127 int window_x; /* Window upper left X coordinate. */ member
/dports/x11-toolkits/libwnck/libwnck-2.30.7/libwnck/
H A Dwindow-action-menu.c510 int window_x, window_y; in update_menu_state() local
518 wnck_window_get_geometry (priv->window, &window_x, &window_y, NULL, NULL); in update_menu_state()
523 window_x += viewport_x; in update_menu_state()
532 if (window_x >= screen_width) in update_menu_state()
537 if (window_x < viewport_width - screen_width) in update_menu_state()
860 int window_x, window_y; in refill_submenu_viewport() local
879 &window_x, &window_y, NULL, NULL); in refill_submenu_viewport()
884 window_x += viewport_x; in refill_submenu_viewport()
917 if (window_x >= x && window_x < x + screen_width && in refill_submenu_viewport()
/dports/games/quakeforge/quakeforge-0.7.2/libs/video/targets/
H A Dvid_wgl.c63 int window_center_x, window_center_y, window_x, window_y, window_width, variable
237 window_x = 0; in VID_SetFullDIBMode()
282 VID_UpdateWindowStatus (window_x, window_y); in VID_SetMode()
328 window_rect.left = window_x = w_x; in VID_UpdateWindowStatus()
330 window_rect.right = window_x + window_width; in VID_UpdateWindowStatus()
/dports/deskutils/elementary-calendar/calendar-6.0.3/src/
H A DApplication.vala137 int window_x, window_y;
140 saved_state.get ("window-position", "(ii)", out window_x, out window_y);
147 if (window_x != -1 || window_y != -1) {
148 window.move (window_x, window_y);
/dports/accessibility/accerciser/accerciser-3.38.0/src/lib/accerciser/
H A Dtools.py143 window_x, window_y = gdkwindow.get_position()
144 x += window_x
/dports/graphics/chafa/chafa-1.8.0/tools/chafa/
H A Dxwd-loader.c60 gint32 window_x; /* Window upper left X coordinate */ member
137 header->window_x, in DEBUG()
201 h->window_x = g_ntohl (*(p++)); in load_header()

12345678910>>...29