diff options
author | Mark Crichton <crichton@src.gnome.org> | 1999-07-20 18:59:39 +0000 |
---|---|---|
committer | Mark Crichton <crichton@src.gnome.org> | 1999-07-20 18:59:39 +0000 |
commit | 8194b3483bbb2ccce7b9433b9142dc5725247e35 (patch) | |
tree | 66d049720579c27becbcfc56fad29ab8443758e4 /demos/testpixbuf.c | |
parent | e0fe9318327b8c08d56774d70eb9802c5af14024 (diff) | |
download | gtk+-8194b3483bbb2ccce7b9433b9142dc5725247e35.tar.gz |
Added translation to the rotate
Added translation to the rotate
Diffstat (limited to 'demos/testpixbuf.c')
-rw-r--r-- | demos/testpixbuf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/testpixbuf.c b/demos/testpixbuf.c index 97a82f74a5..cac9f0c6e2 100644 --- a/demos/testpixbuf.c +++ b/demos/testpixbuf.c @@ -149,7 +149,7 @@ main (int argc, char **argv) for (i = 1; i < argc; i++) { pixbuf = gdk_pixbuf_load_image (argv[i]); - pixbuf = gdk_pixbuf_rotate(pixbuf, 42.0); + pixbuf = gdk_pixbuf_rotate(pixbuf, 10.0); if (pixbuf) { |