X-Git-Url: http://git.openbox.org/?p=mikachu%2Fopenbox.git;a=blobdiff_plain;f=openbox%2Fframe.h;h=ae29c3b1e9ea6207e90969393b094406b20c3caf;hp=915c08db73ffabf79f46f14ba08030b15b660296;hb=031e3c13b4333ae8def24f4ccb2f777779d4a3a5;hpb=69dc27ed779173d0475f11001ea5268087b4b306 diff --git a/openbox/frame.h b/openbox/frame.h index 915c08d..ae29c3b 100644 --- a/openbox/frame.h +++ b/openbox/frame.h @@ -265,7 +265,7 @@ void frame_flash_stop(ObFrame *self); will be called when the animation finishes. But if another animation is started in the meantime, the callback will never get called. */ void frame_begin_iconify_animation(ObFrame *self, gboolean iconifying); -void frame_end_iconify_animation(ObFrame *self); +void frame_end_iconify_animation(gpointer data); #define frame_iconify_animating(f) (f->iconify_animation_going != 0)