Removed unused WScreen argument in Pixmap function

This commit is contained in:
Christophe CURIS
2013-10-12 15:18:06 +01:00
committed by Carlos R. Mafra
parent 803eb68fc4
commit 6ad22c8672
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ typedef struct WPixmap {
} WPixmap;
WPixmap *wPixmapCreate(WScreen *scr, Pixmap image, Pixmap mask);
WPixmap *wPixmapCreate(Pixmap image, Pixmap mask);
WPixmap *wPixmapCreateFromXPMData(WScreen *scr, char **data);