X-Git-Url: https://git.stderr.nl/gitweb?p=rodin%2Fchimara.git;a=blobdiff_plain;f=libchimara%2Fgraphics.h;h=34cde77db454609e5c49b4435e8251fd730b192e;hp=cf81d59dd141e143b7bb87f319508fe4b0e13d37;hb=9e4d74d44d12f977c573c31cab7bcb3819a27976;hpb=156395aa5b0cd75c0bfc14cb04e5356dc78407d9 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