Fix typo in gdk_window_input_shape_combine_region
This commit is contained in:
parent
8b7d8431aa
commit
177b53a079
@ -7071,7 +7071,7 @@ gdk_window_input_shape_combine_region (GdkWindow *window,
|
||||
if (shape_region)
|
||||
{
|
||||
private->input_shape = gdk_region_copy (shape_region);
|
||||
gdk_region_offset (private->shape, offset_x, offset_y);
|
||||
gdk_region_offset (private->input_shape, offset_x, offset_y);
|
||||
}
|
||||
else
|
||||
private->input_shape = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user