X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fpopup.h;h=f8aedad402d989f6f918c8acbc34ba4ec44df53c;hb=2477a38d2f3063b697e44bf3690cf280fb26ca8a;hp=f26bedd9e35671c218dd0e7ef324ba8a73412515;hpb=375b504905908fb129f52b52ae7270deefda12f7;p=chaz%2Fopenbox diff --git a/openbox/popup.h b/openbox/popup.h index f26bedd9..f8aedad4 100644 --- a/openbox/popup.h +++ b/openbox/popup.h @@ -19,7 +19,7 @@ void popup_position(Popup *self, int gravity, int x, int y); void popup_size(Popup *self, int w, int h); void popup_size_to_string(Popup *self, char *text); -void popup_show(Popup *self, char *text, Icon *icon); +void popup_show(Popup *self, char *text, ObClientIcon *icon); void popup_hide(Popup *self); #endif