1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-19 20:38:08 +01:00

wrlib: fixed prototype for 'RShutdown' in the public API header

Took opportunity to move it closer to the beginning of the file to improve
its visibility to users of the lib
This commit is contained in:
Christophe CURIS
2014-05-08 20:15:57 +02:00
committed by Carlos R. Mafra
parent 177fb22126
commit c3139e9d0c

View File

@@ -289,6 +289,11 @@ enum {
#define RERR_INTERNAL 128 /* should not happen */
/*
* 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
@@ -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