summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkdevicemanager-xi2.c
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2017-10-24 18:26:08 +0200
committerBenjamin Otte <otte@redhat.com>2017-10-24 18:26:08 +0200
commit373b407bd26a940072173e0a509038185b63e936 (patch)
tree80de0dabdd09e74f531531a685dc5decda67e2a3 /gdk/x11/gdkdevicemanager-xi2.c
parent8549e62d8595bb6f94b51f2051f8542e357f236b (diff)
downloadgtk+-373b407bd26a940072173e0a509038185b63e936.tar.gz
Fix build
Don't do two things at once and forget to run ninja before pushing.
Diffstat (limited to 'gdk/x11/gdkdevicemanager-xi2.c')
-rw-r--r--gdk/x11/gdkdevicemanager-xi2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/x11/gdkdevicemanager-xi2.c b/gdk/x11/gdkdevicemanager-xi2.c
index 758513e4db..56fb2c8b25 100644
--- a/gdk/x11/gdkdevicemanager-xi2.c
+++ b/gdk/x11/gdkdevicemanager-xi2.c
@@ -1089,7 +1089,7 @@ translate_notify_type (gint detail)
return GDK_NOTIFY_NONLINEAR_VIRTUAL;
default:
g_assert_not_reached ();
- return GDK_NOTIFY_UNKONWN;
+ return GDK_NOTIFY_UNKNOWN;
}
}