[Kst] branches/work/kst/portto4/kst/src/libkstapp

Peter Kümmel syntheticpp at gmx.net
Fri Jan 21 15:19:31 CET 2011


SVN commit 1216131 by kuemmel:

#define X 0  is a define for GCC's #ifdef


 M  +2 -2      plotitem.cpp  


--- branches/work/kst/portto4/kst/src/libkstapp/plotitem.cpp #1216130:1216131
@@ -53,8 +53,8 @@
 #define DEBUG_LABEL_REGION 0
 
 // Benchmark drawing
-// 0 = None, 1 = PlotItem, 2 = More Details
-#define BENCHMARK 0
+// undefined = None, 1 = PlotItem, 2 = More Details
+//#define BENCHMARK 1
 
 static const int PLOT_MAXIMIZED_ZORDER = 1000;
 


More information about the Kst mailing list