update for powerpc
[lttv.git] / ltt / branches / poly / lttv / modules / gui / controlflow / drawing.c
index 95f3887c048b9059edf7e6bb4ecfff683a1783e0..9aec7623cb8101159b6676618b48fa1f0293b19f 100644 (file)
@@ -575,7 +575,8 @@ void drawing_request_expose(EventsRequest *events_request,
                             LttvTracesetState *tss,
                             LttTime end_time)
 {
-  gint x, x_end, width;
+  gint x, width;
+  guint x_end;
 
   ControlFlowData *cfd = events_request->viewer_data;
   LttvTracesetContext *tsc = (LttvTracesetContext*)tss;
@@ -1454,4 +1455,5 @@ motion_notify_ruler(GtkWidget *widget, GdkEventMotion *event, gpointer user_data
 {
   //g_debug("motion");
   //eventually follow mouse and show time here
+  return 0;
 }
This page took 0.022439 seconds and 4 git commands to generate.