add process names
[lttv.git] / ltt / branches / poly / lttv / modules / gui / controlflow / drawitem.c
index 22cc9865fa4583d013bfbbcebd2e3990aa4c9cac..7e1980e24589f791a2a2c78a3c65d50849cb914f 100644 (file)
  * Author : Mathieu Desnoyers, October 2003
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include <glib.h>
 #include <gtk/gtk.h>
 #include <gdk/gdk.h>
 
 #include <lttv/tracecontext.h>
 #include <lttv/state.h>
+#include <lttv/lttv.h>
 
 #include "drawitem.h"
 
@@ -118,9 +123,7 @@ gboolean draw_text( void *hook_data, void *call_data)
 
   PangoContext *context;
   PangoLayout *layout;
-  PangoAttribute *attribute;
   PangoFontDescription *font_desc;// = pango_font_description_new();
-  gint font_size;
   PangoRectangle ink_rect;
     
   layout = draw_context->pango_layout;
This page took 0.02827 seconds and 4 git commands to generate.