mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-30 18:32:34 +01:00
New shutdown.h file
The new shutdown.h file includes the shutdown modes and the functions to shutdown Window Maker. The function definitios were moved from funcs.h and the struct WShutdownMode from WindowMaker.h. Now, externs are not needed, only include shutdown.h
This commit is contained in:
committed by
Carlos R. Mafra
parent
b71f2c30fd
commit
68208a01a0
@@ -30,8 +30,6 @@
|
||||
typedef void (WCallBack)(void *cdata);
|
||||
typedef void (WDeathHandler)(pid_t pid, unsigned int status, void *cdata);
|
||||
|
||||
void Shutdown(WShutdownMode mode);
|
||||
void RestoreDesktop(WScreen *scr);
|
||||
void DispatchEvent(XEvent *event);
|
||||
void UpdateSwitchMenu(WScreen *scr, WWindow *wwin, int action);
|
||||
void OpenSwitchMenu(WScreen *scr, int x, int y, int keyboard);
|
||||
|
||||
Reference in New Issue
Block a user