Added correct resize handling
[rodin/chimara.git] / libchimara / graphics.h
index cf81d59dd141e143b7bb87f319508fe4b0e13d37..34cde77db454609e5c49b4435e8251fd730b192e 100644 (file)
@@ -14,6 +14,6 @@ struct image_info {
        gint width, height;
 };
 
-void on_graphics_size_allocate(GtkWidget *widget, GtkAllocation *allocation, winid_t *win);
+void on_graphics_size_allocate(GtkWidget *widget, GtkAllocation *allocation, winid_t win);
 
 #endif