From: Christophe CURIS <[email protected]>
Took opportunity to move it closer to the beginning of the file to improve
its visibility to users of the lib
---
wrlib/wraster.h | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/wrlib/wraster.h b/wrlib/wraster.h
index c4ed231..88f3a72 100644
--- a/wrlib/wraster.h
+++ b/wrlib/wraster.h
@@ -290,6 +290,11 @@ enum {
/*
+ * Cleaning before application exit
+ */
+void RShutdown(void);
+
+/*
* Returns a NULL terminated array of strings containing the
* supported formats, such as: TIFF, XPM, PNG, JPEG, PPM, GIF
* Do not free the returned data.
@@ -431,11 +436,7 @@ RImage *RRenderMultiGradient(unsigned width, unsigned
height, RColor **colors,
RImage *RRenderInterwovenGradient(unsigned width, unsigned height,
RColor colors1[2], int thickness1,
RColor colors2[2], int thickness2);
-/*
- * Cleaning
- */
-void RShutdown();
/*
* Convertion into X Pixmaps
--
1.9.2
--
To unsubscribe, send mail to [email protected].