1
0
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:
Christophe CURIS
2013-10-12 15:35:52 +02:00
committed by Carlos R. Mafra
parent f3e3ddf4f2
commit 5a16cb8e02
5 changed files with 7 additions and 7 deletions

View File

@@ -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);