From 2fbc21a2050d1e8e8711afce765b7d34104f45de Mon Sep 17 00:00:00 2001 From: Bert Münnich Date: Mon, 1 Sep 2014 20:41:27 +0200 Subject: Simplified img_frame_animate --- image.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'image.h') diff --git a/image.h b/image.h index 0eb5020..35c0d71 100644 --- a/image.h +++ b/image.h @@ -91,6 +91,6 @@ void img_toggle_antialias(img_t*); bool img_change_gamma(img_t*, int); bool img_frame_navigate(img_t*, int); -bool img_frame_animate(img_t*, bool); +bool img_frame_animate(img_t*); #endif /* IMAGE_H */ -- cgit v1.2.3-54-g00ecf