1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-23 14:42:29 +01:00

Increment versions of libraries for next release due to public API Changes

WRaster:
- new function 'RShutdown'
- removed flag 'optimize_for_speed' from RContext
- new functions '...(operate_xxx)', '...(flip_image)'

WUtil:
- new function 'wutil_shutdown'
- new macro 'wlengthof'

WINGs:
- new function 'WMReleaseApplication'
- new function 'WMCreateScaledBlendedPixmapFromFile'

(And maybe a few more I missed)

Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
This commit is contained in:
Christophe CURIS
2014-07-19 18:50:45 +02:00
committed by Carlos R. Mafra
parent 9740c02403
commit 16045a6be4
3 changed files with 8 additions and 8 deletions

View File

@@ -41,7 +41,7 @@
/* version of the header for the library */
#define WRASTER_HEADER_VERSION 22
#define WRASTER_HEADER_VERSION 23
#include <X11/Xlib.h>