mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-25 07:32:36 +01:00
rootmenu header file updated
The contents of the rootmenu.h file are not used and can be removed, but the prototypes of rootmenu.c are in funcs.h and should be moved to the correct (rootmenu.h) file.
This commit is contained in:
committed by
Carlos R. Mafra
parent
254c00ba6f
commit
da4e4128b3
@@ -37,8 +37,6 @@ void Restart(char *manager, Bool abortOnFailure);
|
||||
void SetupEnvironment(WScreen *scr);
|
||||
void DispatchEvent(XEvent *event);
|
||||
void UpdateSwitchMenu(WScreen *scr, WWindow *wwin, int action);
|
||||
void wRootMenuBindShortcuts(Window window);
|
||||
void OpenRootMenu(WScreen *scr, int x, int y, int keyboard);
|
||||
void OpenSwitchMenu(WScreen *scr, int x, int y, int keyboard);
|
||||
void InitializeSwitchMenu(void);
|
||||
void OpenWindowMenu(WWindow *wwin, int x, int y, int keyboard);
|
||||
@@ -86,7 +84,6 @@ char * FindImage(char *paths, char *file);
|
||||
char * GetShortcutString(char *text);
|
||||
char * EscapeWM_CLASS(char *name, char *class);
|
||||
|
||||
Bool wRootMenuPerformShortcut(XEvent *event);
|
||||
Bool RelaunchWindow(WWindow *wwin);
|
||||
Bool IsDoubleClick(WScreen *scr, XEvent *event);
|
||||
Bool UpdateDomainFile(WDDomain *domain);
|
||||
|
||||
Reference in New Issue
Block a user