Home
last modified time | relevance | path

Searched refs:grow_x (Results 1 – 4 of 4) sorted by relevance

/dports/x11-wm/sway/sway-1.5.1/sway/input/
H A Dseatop_resize_floating.c97 double grow_x = 0, grow_y = 0; in handle_pointer_motion() local
99 grow_x = -grow_width; in handle_pointer_motion()
101 grow_x = 0; in handle_pointer_motion()
103 grow_x = -grow_width / 2; in handle_pointer_motion()
117 int relative_grow_x = (e->ref_con_lx + grow_x) - con->x; in handle_pointer_motion()
/dports/x11-wm/sway/sway-1.5.1/sway/commands/
H A Dresize.c264 int grow_x = 0, grow_y = 0; in resize_adjust_floating() local
267 grow_x = -grow_width / 2; in resize_adjust_floating()
273 grow_x = -grow_width; in resize_adjust_floating()
275 if (grow_x == 0 && grow_y == 0) { in resize_adjust_floating()
278 con->x += grow_x; in resize_adjust_floating()
283 con->content_x += grow_x; in resize_adjust_floating()
/dports/devel/libgnt/libgnt-2.14.3/
H A Dgntwidget.h671 void gnt_widget_set_grow_x(GntWidget *widget, gboolean grow_x);
H A Dgntwidget.c831 gnt_widget_set_grow_x(GntWidget *widget, gboolean grow_x) in gnt_widget_set_grow_x() argument
835 if (grow_x) { in gnt_widget_set_grow_x()