1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-23 15:45:50 +01:00

Added WMCreateBlendedPixmapFromRImage()

This commit is contained in:
dan
2001-04-16 00:10:58 +00:00
parent 3300f79501
commit 79b17caa73
3 changed files with 21 additions and 2 deletions

View File

@@ -737,6 +737,9 @@ WMSize WMGetPixmapSize(WMPixmap *pixmap);
WMPixmap *WMCreatePixmapFromFile(WMScreen *scrPtr, char *fileName);
WMPixmap* WMCreateBlendedPixmapFromRImage(WMScreen *scrPtr, RImage *image,
RColor *color);
WMPixmap *WMCreateBlendedPixmapFromFile(WMScreen *scrPtr, char *fileName,
RColor *color);