[embed] Update "queue-redraw" signal handler prototype
authorRob Bradford <rob@linux.intel.com>
Wed, 8 Apr 2009 23:08:00 +0000 (00:08 +0100)
committerRob Bradford <rob@linux.intel.com>
Wed, 8 Apr 2009 23:17:32 +0000 (00:17 +0100)
The prototype for the queue-redraw signal has changed to include a new boolean
flag; this change updates the prototype of the handler in the widget.

clutter-gtk/gtk-clutter-embed.c

index d75767e..3915d35 100644 (file)
@@ -90,6 +90,7 @@ gtk_clutter_embed_send_configure (GtkClutterEmbed *embed)
 
 static void
 on_stage_queue_redraw (ClutterStage *stage,
+                       gboolean      queue_origin,
                        gpointer      user_data)
 {
   GtkWidget *embed = user_data;