summaryrefslogtreecommitdiff
path: root/clients/fullscreen.c
diff options
context:
space:
mode:
Diffstat (limited to 'clients/fullscreen.c')
-rw-r--r--clients/fullscreen.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/clients/fullscreen.c b/clients/fullscreen.c
index 72e2c81f..034a3528 100644
--- a/clients/fullscreen.c
+++ b/clients/fullscreen.c
@@ -283,8 +283,7 @@ touch_handler(struct widget *widget, struct input *input,
float x, float y, void *data)
{
struct fullscreen *fullscreen = data;
- window_touch_move(fullscreen->window, input,
- display_get_serial(fullscreen->display));
+ window_move(fullscreen->window, input, display_get_serial(fullscreen->display));
}
static void