wayland: Replace final mention of GdkAtom

This commit is contained in:
Benjamin Otte 2020-02-23 01:36:49 +01:00
parent 6e935d469a
commit 60307da5b1

View File

@ -3347,7 +3347,7 @@ gdk_wayland_mimic_device_axes (GdkDevice *master,
GdkDevice *slave)
{
gdouble axis_min, axis_max, axis_resolution;
GdkAtom axis_label;
const char *axis_label;
GdkAxisUse axis_use;
gint axis_count;
gint i;