Pixmap to pixmap name change
[lttv.git] / ltt / branches / poly / lttv / modules / guiControlFlow / Drawing.h
index 34f7490a5c4f89a6ca4272d95f91dec40c032b2f..3f6eb210fbffbb6fe9bc5ef221905b20c716f9b6 100644 (file)
@@ -37,7 +37,7 @@ typedef struct _Drawing_t Drawing_t;
 
 struct _Drawing_t {
   GtkWidget *drawing_area;
-  GdkPixmap *Pixmap;
+  GdkPixmap *pixmap;
   ControlFlowData *control_flow_data;
   
   PangoLayout *pango_layout;
@@ -56,7 +56,7 @@ GtkWidget *drawing_get_widget(Drawing_t *Drawing);
 //      guint width, guint height);
 
 void drawing_draw_line( Drawing_t *Drawing,
-      GdkPixmap *Pixmap,
+      GdkPixmap *pixmap,
       guint x1, guint y1,
       guint x2, guint y2,
       GdkGC *GC);
This page took 0.023189 seconds and 4 git commands to generate.