summaryrefslogtreecommitdiff
path: root/clients/dnd.c
diff options
context:
space:
mode:
Diffstat (limited to 'clients/dnd.c')
-rw-r--r--clients/dnd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/dnd.c b/clients/dnd.c
index e6dd091..b7f9f39 100644
--- a/clients/dnd.c
+++ b/clients/dnd.c
@@ -633,7 +633,7 @@ dnd_create(struct display *display)
title = g_strdup_printf("Wayland Drag and Drop Demo");
- dnd->window = window_create(display, title, 100, 100, 500, 400);
+ dnd->window = window_create(display, title, 500, 400);
dnd->display = display;
dnd->key = 100;