drawing arc and background color
[lttv.git] / ltt / branches / poly / lttv / modules / guiControlFlow / Drawing.c
index 4f6ce62a4f90732ca421f10c5d89e5e04af9b934..0aa74529b905e4829a1f429b1ac073a67614973c 100644 (file)
@@ -6,6 +6,11 @@
 
 #include <lttv/processTrace.h>
 
+
+#define g_info(format...) g_log (G_LOG_DOMAIN, G_LOG_LEVEL_INFO, format)
+#define g_debug(format...) g_log (G_LOG_DOMAIN, G_LOG_LEVEL_DEBUG, format)
+
+
 /*****************************************************************************
  *                              Drawing functions                            *
  *****************************************************************************/
@@ -288,6 +293,7 @@ void drawing_refresh (      Drawing_t *Drawing,
                        guint x, guint y,
                        guint width, guint height)
 {
+       g_info("Drawing.c : drawing_refresh %u, %u, %u, %u", x, y, width, height);
        GdkRectangle update_rect;
 
        gdk_draw_drawable(
This page took 0.021944 seconds and 4 git commands to generate.