Fix typo in pixmap window backing

It should be backing_y_offset, not backing_x_offset for exposure_y_offset.
This commit is contained in:
Alexander Larsson 2009-01-21 16:28:49 +01:00
parent d82cee80c3
commit 4ec5b7648b

View File

@ -952,7 +952,7 @@ gdk_event_translate (GdkDisplay *display,
unref_pixmap = window;
window = g_object_ref (pixmap->backing_for);
exposure_x_offset = pixmap->backing_x_offset;
exposure_y_offset = pixmap->backing_x_offset;
exposure_y_offset = pixmap->backing_y_offset;
}
else
window = NULL;