X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=libchimara%2Fgraphics.h;h=f25690338d804f45980f97b83508cc5be75877d8;hb=442129c3b00c66224a10fe90a87b3cb04a0367a7;hp=fe39694c3591205161e38d150168d7bf0a1c395d;hpb=910d7f7d388ee6cd4df09048b6b04689532ce2db;p=projects%2Fchimara%2Fchimara.git diff --git a/libchimara/graphics.h b/libchimara/graphics.h index fe39694..f256903 100644 --- a/libchimara/graphics.h +++ b/libchimara/graphics.h @@ -21,7 +21,8 @@ struct image_info { gboolean scaled; }; -void on_graphics_size_allocate(GtkWidget *widget, GtkAllocation *allocation, winid_t win); +gboolean on_graphics_configure(GtkWidget *widget, GdkEventConfigure *event, winid_t win); +gboolean on_graphics_expose(GtkWidget *widget, GdkEventExpose *event, winid_t win); void clear_image_cache(struct image_info *data, gpointer user_data); #endif