]> git.lyx.org Git - features.git/commitdiff
Temporarily comment out some gtkmm 2.6 stuff.
authorJohn Spray <spray@lyx.org>
Sat, 28 Jan 2006 15:07:29 +0000 (15:07 +0000)
committerJohn Spray <spray@lyx.org>
Sat, 28 Jan 2006 15:07:29 +0000 (15:07 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10785 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/gtk/LyXGdkImage.C

index c2e4e3433514766a87c8965ec621cbb37ca4f922..6bd8ca64bdccd2b52b2ab77c241b31a3b2bc848d 100644 (file)
@@ -256,6 +256,8 @@ void LyXGdkImage::rotate_impl(Params const & params)
                return;
 
        // TODO: allow free rotation
+       // Temporarily commented out for old gtkmm versions
+/*
        Gdk::PixbufRotation rotation = Gdk::PIXBUF_ROTATE_NONE;
        if (params.angle == 90.0)
                rotation = Gdk::PIXBUF_ROTATE_COUNTERCLOCKWISE;
@@ -266,6 +268,7 @@ void LyXGdkImage::rotate_impl(Params const & params)
                
                
        transformed_ = transformed_->rotate_simple(rotation);
+       */
 }