Fix x vs y typo

This commit is contained in:
Alexander Larsson 2009-02-18 10:54:49 +01:00 committed by Alexander Larsson
parent 3fdd1333b2
commit 1208c2fa11

View File

@ -3911,7 +3911,7 @@ gdk_window_clear_area_internal (GdkWindow *window,
height = private->height - y;
rect.x = x;
rect.y = x;
rect.y = y;
rect.width = width;
rect.height = height;