mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 03:10:09 +00:00
Clarify comment
This commit is contained in:
parent
043ca236f2
commit
e25ac0b5cb
@ -2981,8 +2981,8 @@ append_move_region (GdkWindowObject *impl_window,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Moves bits and update area by dx/dy in impl window,
|
/* Moves bits and update area by dx/dy in impl window.
|
||||||
takes ownership of region */
|
Takes ownership of region to avoid copy (because we may change it) */
|
||||||
static void
|
static void
|
||||||
move_region_on_impl (GdkWindowObject *private,
|
move_region_on_impl (GdkWindowObject *private,
|
||||||
GdkRegion *region, /* In impl window coords */
|
GdkRegion *region, /* In impl window coords */
|
||||||
|
Loading…
Reference in New Issue
Block a user