mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-19 08:30:09 +00:00
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:
parent
d82cee80c3
commit
4ec5b7648b
@ -952,7 +952,7 @@ gdk_event_translate (GdkDisplay *display,
|
|||||||
unref_pixmap = window;
|
unref_pixmap = window;
|
||||||
window = g_object_ref (pixmap->backing_for);
|
window = g_object_ref (pixmap->backing_for);
|
||||||
exposure_x_offset = pixmap->backing_x_offset;
|
exposure_x_offset = pixmap->backing_x_offset;
|
||||||
exposure_y_offset = pixmap->backing_x_offset;
|
exposure_y_offset = pixmap->backing_y_offset;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
window = NULL;
|
window = NULL;
|
||||||
|
Loading…
Reference in New Issue
Block a user