Don't use SINGLE_THREADED by default.
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Wed, 10 Oct 2007 03:21:39 +0000 (03:21 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Wed, 10 Oct 2007 03:21:39 +0000 (03:21 +0000)
git-svn-id: http://svn.voria.com/code@886 1f10aa63-cdf2-0310-b900-c93c546f37ac

synfig-studio/trunk/src/gtkmm/asyncrenderer.h

index 2e2296e..c3a922e 100644 (file)
@@ -42,7 +42,8 @@
 
 /* === M A C R O S ========================================================= */
 
-#define SINGLE_THREADED
+// uncomment to use a single thread, and hopefully get more stability
+// #define SINGLE_THREADED
 
 /* === T Y P E D E F S ===================================================== */