mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-21 05:18:06 +01:00
Removed unused WScreen argument in Pixmap function
This commit is contained in:
committed by
Carlos R. Mafra
parent
803eb68fc4
commit
6ad22c8672
@@ -98,7 +98,7 @@ WPixmap *wPixmapCreateFromXBMData(WScreen * scr, char *data, char *mask,
|
||||
return pix;
|
||||
}
|
||||
|
||||
WPixmap *wPixmapCreate(WScreen * scr, Pixmap image, Pixmap mask)
|
||||
WPixmap *wPixmapCreate(Pixmap image, Pixmap mask)
|
||||
{
|
||||
WPixmap *pix;
|
||||
Window foo;
|
||||
|
||||
Reference in New Issue
Block a user