aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--generic/WidgetInfo.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/generic/WidgetInfo.h b/generic/WidgetInfo.h
index a3370ca..0660ccd 100644
--- a/generic/WidgetInfo.h
+++ b/generic/WidgetInfo.h
@@ -35,6 +35,7 @@
#include <X11/Xutil.h>
#ifdef GLX
#include <GL/glx.h>
+#include <GL/glu.h>
#endif
#include "Item.h"
@@ -179,6 +180,9 @@ typedef struct _WidgetInfo {
ZnBool realized;
#ifdef GLX
GLXContext gl_context;
+ GLUtesselator *tess;
+ ZnCombineData *tess_combine_list;
+ int tess_type;
XVisualInfo *gl_visual;
ZnReal max_line_width;
ZnReal max_point_width;