gldraw.cpp

changeset 69
6790dea720a8
parent 68
c637b172d565
child 70
e6b8dab8f81a
--- a/gldraw.cpp	Mon Mar 25 15:20:56 2013 +0200
+++ b/gldraw.cpp	Mon Mar 25 16:05:03 2013 +0200
@@ -20,6 +20,7 @@
 #include <QGLWidget>
 #include <GL/glu.h>
 #include "common.h"
+#include "config.h"
 #include "file.h"
 #include "gldraw.h"
 #include "bbox.h"
@@ -28,6 +29,12 @@
 static double g_faObjectOffset[3];
 static double g_StoredBBoxSize;
 
+cfg (str, gl_bgcolor, "#CCCCD9");
+cfg (str, gl_maincolor, "#707078");
+cfg (float, gl_maincolor_alpha, 1.0);
+cfg (int, gl_linethickness, 2);
+cfg (bool, gl_colorbfc, true);
+
 // =============================================================================
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 // =============================================================================

mercurial