mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-22 22:28:02 +01:00
Removed unused WScreen argument in Pixmap function
This commit is contained in:
committed by
Carlos R. Mafra
parent
803eb68fc4
commit
6ad22c8672
@@ -242,7 +242,7 @@ static WPixmap *make3Dots(WScreen * scr)
|
||||
|
||||
XFreeGC(dpy, gc2);
|
||||
|
||||
wpix = wPixmapCreate(scr, pix, mask);
|
||||
wpix = wPixmapCreate(pix, mask);
|
||||
wpix->shared = 1;
|
||||
|
||||
return wpix;
|
||||
|
||||
Reference in New Issue
Block a user