mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-26 00:12:31 +01:00
Removed unused WScreen argument in some Default handling functions
This commit is contained in:
committed by
Carlos R. Mafra
parent
f3e3ddf4f2
commit
5a16cb8e02
@@ -184,7 +184,7 @@ static void panelBtnCallback(WMWidget * self, void *data)
|
||||
else
|
||||
wAppIconPaint(aicon);
|
||||
|
||||
wDefaultChangeIcon(panel->wwin->screen_ptr, aicon->wm_instance, aicon->wm_class, text);
|
||||
wDefaultChangeIcon(aicon->wm_instance, aicon->wm_class, text);
|
||||
}
|
||||
if (text)
|
||||
wfree(text);
|
||||
|
||||
Reference in New Issue
Block a user