some more clues in the documentation (suggested by nomis)

* libgimp/gimppixelrgn.c: some more clues in the documentation
  (suggested by nomis)
This commit is contained in:
David Odin 2004-10-17 20:05:01 +00:00
parent 97f909fc2d
commit 516d66463a
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2004-10-17 DindinX <dindinx@gimp.org>
* libgimp/gimppixelrgn.c: some more clues in the documentation
(suggested by nomis)
2004-10-17 DindinX <dindinx@gimp.org>
* libgimp/gimppixelrgn.c: clarify some usecases for

View file

@ -111,7 +111,9 @@ static void gimp_pixel_rgn_configure (GimpPixelRgnHolder *prh,
* using the current selection as a mask.
*
* - dirty = TRUE, shadow = FALSE: the region will be used to directly change
* the drawable content. Don't do this.
* the drawable content. Don't do this, since
* this could prevent the Undo-System from
* working as expected.
**/
void
gimp_pixel_rgn_init (GimpPixelRgn *pr,