1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-08 14:54:13 +01:00

wrlib: Implemented functions to allow clean-up of Contexts

The function 'RDestroyContext' have been defined in the API for a long time
but did not have an implementation, this patch fixes it.
This commit is contained in:
David Maciejak
2014-05-08 23:57:01 +02:00
committed by Carlos R. Mafra
parent 64e4019614
commit 283286e0cd
2 changed files with 16 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ LIBWRASTER3
RConvertImageMask;
RCopyArea;
RCreateContext;
RDestroyContext;
RCreateImage;
RCreateImageFromDrawable;
RCreateImageFromXImage;