mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
quartz: fix a typo
This commit is contained in:
parent
4c6721d096
commit
dfff35423f
@ -94,7 +94,7 @@ gdk_quartz_display_init_input (GdkDisplay *display)
|
||||
|
||||
for (l = list; l; l = l->next)
|
||||
{
|
||||
GdkDevice *device = list->data;
|
||||
GdkDevice *device = l->data;
|
||||
|
||||
if (gdk_device_get_source (device) != GDK_SOURCE_MOUSE)
|
||||
continue;
|
||||
|
Loading…
Reference in New Issue
Block a user