diff options
Diffstat (limited to 'clients/flower.c')
-rw-r--r-- | clients/flower.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/clients/flower.c b/clients/flower.c index 7a34616..2d13f9e 100644 --- a/clients/flower.c +++ b/clients/flower.c @@ -149,7 +149,8 @@ button_handler(struct widget *widget, switch (button) { case BTN_LEFT: if (state) - window_move(flower->window, input, time); + window_move(flower->window, input, + display_get_serial(flower->display)); break; case BTN_MIDDLE: if (state) |