From 1933978cb800c2348e8891c69b28e85c9417b32d Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 2 Mar 2012 17:17:02 +0300 Subject: Use FBO for screenshots. Disabled for windows. --- src/gui/setup_other.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/gui/setup_other.cpp') diff --git a/src/gui/setup_other.cpp b/src/gui/setup_other.cpp index 3ea5f4e4a..148037732 100644 --- a/src/gui/setup_other.cpp +++ b/src/gui/setup_other.cpp @@ -183,6 +183,11 @@ Setup_Other::Setup_Other() new SetupItemCheckBox(_("Hide shield sprite"), "", "hideShield", this, "hideShieldEvent"); +#if !defined(_WIN32) + new SetupItemCheckBox(_("Use FBO for screenshots (only for opengl)"), + "", "usefbo", this, "usefboEvent"); +#endif + new SetupItemCheckBox(_("Show background"), "", "showBackground", this, "showBackgroundEvent"); -- cgit v1.2.3-60-g2f50