desactivate ruler, preallocate pixmap
[lttv.git] / ltt / branches / poly / lttv / modules / gui / controlflow / drawing.h
index 5a4dc820a27f48f407a2f9111eca7e3f7b1eef16..fc60dcad9640771f7b86bc551ee3c20717694624 100644 (file)
@@ -100,6 +100,8 @@ struct _Drawing_t {
   PangoLayout *pango_layout;
 
   gint      height, width, depth;
+  /* height and width of allocated buffer pixmap */
+  gint      alloc_height, alloc_width;
   
   /* X coordinate of damaged region */
   gint      damage_begin, damage_end; /* damaged region to be exposed,
This page took 0.022437 seconds and 4 git commands to generate.