mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-23 14:42:29 +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
@@ -4353,7 +4353,7 @@ static void drawerDestroy(WDock *drawer)
|
||||
/* Note regarding menus: we can't delete any dock/clip/drawer menu, because
|
||||
* that would (attempt to) wfree some memory in gettext library (see menu
|
||||
* entries that have several "versions", such like "Hide" and "Unhide"). */
|
||||
wDefaultPurgeInfo(scr, drawer->icon_array[0]->wm_instance,
|
||||
wDefaultPurgeInfo(drawer->icon_array[0]->wm_instance,
|
||||
drawer->icon_array[0]->wm_class);
|
||||
|
||||
if (drawer->icon_count == 2) {
|
||||
|
||||
Reference in New Issue
Block a user