From: John Spray Date: Sat, 28 Jan 2006 15:07:29 +0000 (+0000) Subject: Temporarily comment out some gtkmm 2.6 stuff. X-Git-Tag: 1.6.10~13660 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=b1f5c8c2e8f4ad031e041734a2638157e38762f2;p=features.git Temporarily comment out some gtkmm 2.6 stuff. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10785 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/gtk/LyXGdkImage.C b/src/frontends/gtk/LyXGdkImage.C index c2e4e34335..6bd8ca64bd 100644 --- a/src/frontends/gtk/LyXGdkImage.C +++ b/src/frontends/gtk/LyXGdkImage.C @@ -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); + */ }