From f795273b650a4df39dca693f30c3650ec1d3393f Mon Sep 17 00:00:00 2001 From: Bert Münnich Date: Thu, 9 Jan 2014 00:01:57 +0100 Subject: Apply flip & rotation on all frames of a multi-frame image; fixes issue #121 --- image.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'image.h') diff --git a/image.h b/image.h index f83ed6b..bd59bb3 100644 --- a/image.h +++ b/image.h @@ -57,6 +57,9 @@ typedef struct { bool aa; bool alpha; + flipdir_t flip; + degree_t rotation; + Imlib_Color_Modifier cmod; int gamma; -- cgit v1.2.3-54-g00ecf