summaryrefslogtreecommitdiff
path: root/demos/testpixbuf.c
diff options
context:
space:
mode:
authorMark Crichton <crichton@src.gnome.org>1999-07-20 18:59:39 +0000
committerMark Crichton <crichton@src.gnome.org>1999-07-20 18:59:39 +0000
commit8194b3483bbb2ccce7b9433b9142dc5725247e35 (patch)
tree66d049720579c27becbcfc56fad29ab8443758e4 /demos/testpixbuf.c
parente0fe9318327b8c08d56774d70eb9802c5af14024 (diff)
downloadgtk+-8194b3483bbb2ccce7b9433b9142dc5725247e35.tar.gz
Added translation to the rotate
Added translation to the rotate
Diffstat (limited to 'demos/testpixbuf.c')
-rw-r--r--demos/testpixbuf.c2
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)
{