state update hooks are added by the main window
[lttv.git] / ltt / branches / poly / lttv / modules / guiControlFlow / Drawing.h
index 279c402fe442a14249ab67f3a0529e9785d3a894..d2aa0a6ab137aa72d2297dea5b58b6c61e983cd3 100644 (file)
@@ -8,6 +8,9 @@
 #include "CFV.h"
 #include "Draw_Item.h"
 
+
+#define SAFETY 50      // safety pixels at right and bottom of pixmap buffer
+
 /* This part of the viewer does :
  * Draw horizontal lines, getting graphic context as arg.
  * Copy region of the screen into another.
@@ -36,9 +39,11 @@ struct _Drawing_t {
        GtkWidget       *Drawing_Area_V;
        GdkPixmap       *Pixmap;
        ControlFlowData *Control_Flow_Data;
+       
+       PangoLayout *pango_layout;
 
        gint            height, width, depth;
-
+       
 };
 
 Drawing_t *drawing_construct(ControlFlowData *Control_Flow_Data);
This page took 0.022651 seconds and 4 git commands to generate.