Drawing.h attribute name change
[lttv.git] / ltt / branches / poly / lttv / modules / guiControlFlow / Drawing.h
index 4f2f509daaa4df709595a0bf18af094152c95e90..34f7490a5c4f89a6ca4272d95f91dec40c032b2f 100644 (file)
@@ -36,7 +36,7 @@
 typedef struct _Drawing_t Drawing_t;
 
 struct _Drawing_t {
-  GtkWidget *Drawing_Area_V;
+  GtkWidget *drawing_area;
   GdkPixmap *Pixmap;
   ControlFlowData *control_flow_data;
   
This page took 0.022001 seconds and 4 git commands to generate.