1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-21 05:18:06 +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:
Rodolfo García Peñas (kix)
2013-10-08 00:56:43 +02:00
committed by Carlos R. Mafra
parent 40e1ea08b8
commit 6987d4aa40
3 changed files with 6 additions and 6 deletions

View File

@@ -23,7 +23,7 @@
#define WMSESSION_H_
void wSessionSaveState(WScreen *scr);
void wSessionClearState(WScreen *scr);
void wSessionClearState(void);
void wSessionRestoreState(WScreen *scr);
void wSessionRestoreLastWorkspace(WScreen *scr);
#endif