fixed expose bug
[lttv.git] / ltt / branches / poly / lttv / modules / gui / controlflow / drawing.h
index 02146cc809aec28d2756b5fb94f0caafefb69f21..63031bb1bfa75ac82cd68a6a3be95c96b39635a8 100644 (file)
@@ -88,8 +88,9 @@ struct _Drawing_t {
   gint      height, width, depth;
   
   /* X coordinate of damaged region */
-  gint      damage_begin, damage_end;
-  LttTime   last_start;
+  gint      damage_begin, damage_end; /* damaged region to be exposed,
+                                         updated per chunk */
+  LttTime   last_start;               
   GdkGC     *dotted_gc;
   GdkGC     *gc;
 };
This page took 0.023499 seconds and 4 git commands to generate.