mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-21 13:28:05 +01:00
Removed WScreen argument
The argument WScreen is removed in the functions wSessionClearState() and getWindowState() Signed-off-by: Rodolfo García Peñas (kix) <kix@kix.es>
This commit is contained in:
committed by
Carlos R. Mafra
parent
40e1ea08b8
commit
6987d4aa40
@@ -284,9 +284,9 @@ static void saveSessionCommand(WMenu * menu, WMenuEntry * entry)
|
||||
wScreenSaveState(menu->frame->screen_ptr);
|
||||
}
|
||||
|
||||
static void clearSessionCommand(WMenu * menu, WMenuEntry * entry)
|
||||
static void clearSessionCommand(WMenu *menu, WMenuEntry *entry)
|
||||
{
|
||||
wSessionClearState(menu->frame->screen_ptr);
|
||||
wSessionClearState();
|
||||
wScreenSaveState(menu->frame->screen_ptr);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user