X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fpopup.c;h=acc72146f5e32d8dcd972c7b4d86d267d93261fe;hb=556eb7b7fb20b3b0db03b6d92259ad3bb16dccde;hp=aaa7f6fdd1c8497bd0da1fa3b76b45443cdc584a;hpb=9b803f4755b73d1e3d28943c4c141493ad36317c;p=chaz%2Fopenbox diff --git a/openbox/popup.c b/openbox/popup.c index aaa7f6fd..acc72146 100644 --- a/openbox/popup.c +++ b/openbox/popup.c @@ -29,7 +29,7 @@ #include "render/render.h" #include "render/theme.h" -ObPopup *popup_new() +ObPopup *popup_new(void) { XSetWindowAttributes attrib; ObPopup *self = g_new0(ObPopup, 1); @@ -315,7 +315,7 @@ static void icon_popup_draw_icon(gint x, gint y, gint w, gint h, gpointer data) RrPaint(self->a_icon, self->icon, w, h); } -ObIconPopup *icon_popup_new() +ObIconPopup *icon_popup_new(void) { ObIconPopup *self; @@ -473,7 +473,7 @@ static void pager_popup_draw_icon(gint px, gint py, gint w, gint h, } } -ObPagerPopup *pager_popup_new() +ObPagerPopup *pager_popup_new(void) { ObPagerPopup *self;