Clarify comment

This commit is contained in:
Alexander Larsson 2009-08-13 13:35:58 +02:00
parent 043ca236f2
commit e25ac0b5cb

View File

@ -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 */