]> granicus.if.org Git - graphviz/commitdiff
fixes
authorellson <devnull@localhost>
Tue, 26 Feb 2008 20:47:05 +0000 (20:47 +0000)
committerellson <devnull@localhost>
Tue, 26 Feb 2008 20:47:05 +0000 (20:47 +0000)
cmd/smyrna/gltemplate.c
cmd/smyrna/smyrnadefs.h

index 38155fa20351f5ddafbd9b35cf46d01986179900..38e50a49d13760dd98b58a84dbafccadb3ce9ba0 100755 (executable)
@@ -19,7 +19,7 @@
 #include "gui.h"
 #include "viewport.h"
 #include "topview.h"
-#include "glTemplate.h"
+#include "gltemplate.h"
 #include "glutils.h"
 #include "glexpose.h"
 #include "glmenu.h"
@@ -118,12 +118,12 @@ static void realize (GtkWidget *widget,gpointer   data)
 
 
 #ifdef WIN32
-#define SMYRNA_OPENGL_FONT "c:/arial.tga"
+#define SMYRNA_FONT "c:/arial.tga"
 // #else
-// using -DGTKTOPVIEW_FONT from Makefile.am and configure.ac
+// using -DSMYRNA_FONT from Makefile.am and configure.ac
 #endif
 
-  g_print("loading font....%i\n",fontLoad(SMYRNA_OPENGL_FONT));
+  g_print("loading font....%i\n",fontLoad(SMYRNA_FONT));
 
   /*** OpenGL BEGIN ***/
   if (!gdk_gl_drawable_gl_begin (gldrawable, glcontext))
index 8c1db48c4967d8d513bc2b825e9360adfb44e0e4..44451efaa5a7d04f7ce7b4c371bd7f75f0b571fa 100644 (file)
@@ -93,6 +93,7 @@ typedef struct {
        int limits[4];
        glCompSet* topviewmenu; //for novice user open gl menu
        topviewdata* TopviewData;
+       void *customptr;
 } topview;
 enum
 {