Fix x vs y typo
This commit is contained in:
committed by
Alexander Larsson
parent
3fdd1333b2
commit
1208c2fa11
@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user