X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=libchimara%2Fgraphics.h;h=34cde77db454609e5c49b4435e8251fd730b192e;hb=b8ee906604f0dc671eb6fe3aaa8850032cd366be;hp=cf81d59dd141e143b7bb87f319508fe4b0e13d37;hpb=65f88142d8843d16c203efad8830fbebba888f0f;p=rodin%2Fchimara.git diff --git a/libchimara/graphics.h b/libchimara/graphics.h index cf81d59..34cde77 100644 --- a/libchimara/graphics.h +++ b/libchimara/graphics.h @@ -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