mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-22 22:28:02 +01:00
Remove unused argument from wDefaultFillAttributes()
The function wDefaultFillAttributes() doesn't use the argument WScreen, so it can be removed.
This commit is contained in:
committed by
Carlos R. Mafra
parent
d6db53af0b
commit
f5d845cfad
@@ -37,7 +37,7 @@ void wDefaultUpdateIcons(WScreen *scr);
|
||||
void wReadStaticDefaults(WMPropList *dict);
|
||||
void wDefaultsCheckDomains(void *arg);
|
||||
void wSaveDefaults(WScreen *scr);
|
||||
void wDefaultFillAttributes(WScreen *scr, char *instance, char *class,
|
||||
void wDefaultFillAttributes(char *instance, char *class,
|
||||
WWindowAttributes *attr, WWindowAttributes *mask,
|
||||
Bool useGlobalDefault);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user