Home
last modified time | relevance | path

Searched refs:x_move_size (Results 1 – 6 of 6) sorted by relevance

/dports/x11-wm/fvwm2/fvwm-2.6.9/libs/
H A DTarget.c38 Display *dpy, int screen, XEvent *Event, int x_move_size, in fvwmlib_keyboard_shortcuts() argument
55 if (x_move_size < DEFAULT_KDB_SHORTCUT_MOVE_DISTANCE) in fvwmlib_keyboard_shortcuts()
57 x_move_size = DEFAULT_KDB_SHORTCUT_MOVE_DISTANCE; in fvwmlib_keyboard_shortcuts()
61 x_move_size = y_move_size = KDB_SHORTCUT_MOVE_DISTANCE_SMALL; in fvwmlib_keyboard_shortcuts()
65 x_move_size = y_move_size = KDB_SHORTCUT_MOVE_DISTANCE_BIG; in fvwmlib_keyboard_shortcuts()
90 x_move = -x_move_size; in fvwmlib_keyboard_shortcuts()
96 x_move = x_move_size; in fvwmlib_keyboard_shortcuts()
99 x_move = -x_move_size; in fvwmlib_keyboard_shortcuts()
103 x_move = x_move_size; in fvwmlib_keyboard_shortcuts()
107 x_move = -x_move_size; in fvwmlib_keyboard_shortcuts()
[all …]
H A DTarget.h5 Display *dpy, int screen, XEvent *Event, int x_move_size,
/dports/x11-wm/fvwm3/fvwm3-1.0.4/libs/
H A DTarget.c39 Display *dpy, int screen, XEvent *Event, int x_move_size, in fvwmlib_keyboard_shortcuts() argument
56 if (x_move_size < DEFAULT_KDB_SHORTCUT_MOVE_DISTANCE) in fvwmlib_keyboard_shortcuts()
58 x_move_size = DEFAULT_KDB_SHORTCUT_MOVE_DISTANCE; in fvwmlib_keyboard_shortcuts()
62 x_move_size = y_move_size = KDB_SHORTCUT_MOVE_DISTANCE_SMALL; in fvwmlib_keyboard_shortcuts()
66 x_move_size = y_move_size = KDB_SHORTCUT_MOVE_DISTANCE_BIG; in fvwmlib_keyboard_shortcuts()
91 x_move = -x_move_size; in fvwmlib_keyboard_shortcuts()
97 x_move = x_move_size; in fvwmlib_keyboard_shortcuts()
100 x_move = -x_move_size; in fvwmlib_keyboard_shortcuts()
104 x_move = x_move_size; in fvwmlib_keyboard_shortcuts()
108 x_move = -x_move_size; in fvwmlib_keyboard_shortcuts()
[all …]
H A DTarget.h7 Display *dpy, int screen, XEvent *Event, int x_move_size,
/dports/x11-wm/fvwm3/fvwm3-1.0.4/fvwm/
H A Dmisc.c379 int x_move_size = 0; in Keyboard_shortcuts() local
384 x_move_size = fw->hints.width_inc; in Keyboard_shortcuts()
388 dpy, Scr.screen, ev, x_move_size, y_move_size, x_defect, in Keyboard_shortcuts()
/dports/x11-wm/fvwm2/fvwm-2.6.9/fvwm/
H A Dmisc.c472 int x_move_size = 0; in Keyboard_shortcuts() local
477 x_move_size = fw->hints.width_inc; in Keyboard_shortcuts()
481 dpy, Scr.screen, ev, x_move_size, y_move_size, x_defect, in Keyboard_shortcuts()