system wide headers makefile addition
[lttv.git] / ltt / branches / poly / include / lttv / gtkcustom.h
index 2bd174bb9a604d2adb544fd4b4f9bf3134a225e2..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" {
@@ -39,6 +39,8 @@ struct _GtkCustom
   //  GtkWidget * scrollWindow;
   //  GtkWidget * viewport;
   GtkWidget * hScrollbar;  
+  GtkAdjustment *hAdjust;
+  mainWindow * mw;
 };
 
 struct _GtkCustomClass
This page took 0.022827 seconds and 4 git commands to generate.