mirror of https://github.com/GNOME/gimp.git
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:
parent
97f909fc2d
commit
516d66463a
|
@ -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>
|
2004-10-17 DindinX <dindinx@gimp.org>
|
||||||
|
|
||||||
* libgimp/gimppixelrgn.c: clarify some usecases for
|
* libgimp/gimppixelrgn.c: clarify some usecases for
|
||||||
|
|
|
@ -111,7 +111,9 @@ static void gimp_pixel_rgn_configure (GimpPixelRgnHolder *prh,
|
||||||
* using the current selection as a mask.
|
* using the current selection as a mask.
|
||||||
*
|
*
|
||||||
* - dirty = TRUE, shadow = FALSE: the region will be used to directly change
|
* - 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
|
void
|
||||||
gimp_pixel_rgn_init (GimpPixelRgn *pr,
|
gimp_pixel_rgn_init (GimpPixelRgn *pr,
|
||||||
|
|
Loading…
Reference in New Issue