correctly add -lm for math lib
[lttv.git] / ltt / branches / poly / lttv / modules / gui / controlflow / drawing.h
index fc60dcad9640771f7b86bc551ee3c20717694624..3cf84ab838ff4e8a92958849a8c3d8d751202fc4 100644 (file)
@@ -94,7 +94,7 @@ struct _Drawing_t {
   GtkWidget *ruler_hbox;
   GtkWidget *ruler;
   GtkWidget *padding;
-  GdkPixmap *pixmap;
+  //GdkPixmap *pixmap;
   ControlFlowData *control_flow_data;
   
   PangoLayout *pango_layout;
@@ -122,7 +122,6 @@ GtkWidget *drawing_get_drawing_area(Drawing_t *drawing);
 
 
 void drawing_data_request(Drawing_t *drawing,
-      GdkPixmap **pixmap,
       gint x, gint y,
       gint width,
       gint height);
This page took 0.037892 seconds and 4 git commands to generate.