Use argument to select between two drag methods

This commit is contained in:
phi
2018-01-12 20:39:46 +08:00
committed by Bert Münnich
parent 8017b75de4
commit d5c5708110
4 changed files with 22 additions and 8 deletions

View File

@ -151,7 +151,7 @@ static const keymap_t keys[] = {
static const button_t buttons[] = {
/* modifiers button function argument */
{ 0, 1, i_cursor_navigate, None },
{ 0, 2, i_drag, None },
{ 0, 2, i_drag, DRAG_ABSOLUTE },
{ 0, 3, g_switch_mode, None },
{ 0, 4, g_zoom, +1 },
{ 0, 5, g_zoom, -1 },