summaryrefslogtreecommitdiff
path: root/xwayland/dnd.c
diff options
context:
space:
mode:
Diffstat (limited to 'xwayland/dnd.c')
-rw-r--r--xwayland/dnd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xwayland/dnd.c b/xwayland/dnd.c
index aea0845f..01918e16 100644
--- a/xwayland/dnd.c
+++ b/xwayland/dnd.c
@@ -51,7 +51,7 @@ struct dnd_data_source {
static void
data_source_accept(struct weston_data_source *base,
- uint32_t time, const char *mime_type)
+ uint32_t serial, const char *mime_type)
{
struct dnd_data_source *source = (struct dnd_data_source *) base;
xcb_client_message_event_t client_message;