diff options
Diffstat (limited to 'fiv-io.h')
| -rw-r--r-- | fiv-io.h | 4 | 
1 files changed, 3 insertions, 1 deletions
| @@ -56,9 +56,11 @@ enum _FivIoOrientation {  	FivIoOrientation270       = 8  }; +// TODO(p): Maybe make FivIoProfile a referencable type, +// then loaders could store it in their closures.  struct _FivIoRenderClosure {  	/// The rendering is allowed to fail, returning NULL. -	FivIoImage *(*render)(FivIoRenderClosure *, double scale); +	FivIoImage *(*render)(FivIoRenderClosure *, FivIoProfile, double scale);  	void (*destroy)(FivIoRenderClosure *);  }; | 
