quartz: fix a typo

This commit is contained in:
Kristian Rietveld 2011-05-22 12:27:38 +02:00
parent 4c6721d096
commit dfff35423f

View File

@ -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;