following GTK convention
[lttv.git] / ltt / branches / poly / include / lttv / gtkcustom.h
index f0d20f23567cf9846a16abe63b514ecbc931c3f6..984eb2feca852efc5da5b0469f3253b8fa1a07ae 100644 (file)
@@ -7,7 +7,7 @@
 #include <glib-object.h>
 #include <gdk/gdk.h>
 #include <gtk/gtkcontainer.h>
-
+#include <lttv/common.h>
 
 #ifdef __cplusplus
 extern "C" {
@@ -40,6 +40,7 @@ struct _GtkCustom
   //  GtkWidget * viewport;
   GtkWidget * hScrollbar;  
   GtkAdjustment *hAdjust;
+  mainWindow * mw;
 };
 
 struct _GtkCustomClass
This page took 0.025672 seconds and 4 git commands to generate.