mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 12:28:22 +01:00
getWVisualID prototype moved to main.h
The prototype getWVisualID is moved to the file main.h, because is implemented in main.c Signed-off-by: Rodolfo García Peñas (kix) <kix@kix.es>
This commit is contained in:
committed by
Carlos R. Mafra
parent
157209a035
commit
8aca1b816f
@@ -32,11 +32,6 @@ typedef void (WCallBack)(void *cdata);
|
|||||||
typedef void (WDeathHandler)(pid_t pid, unsigned int status, void *cdata);
|
typedef void (WDeathHandler)(pid_t pid, unsigned int status, void *cdata);
|
||||||
|
|
||||||
|
|
||||||
/* ---[ main.c ]---------------------------------------------------------- */
|
|
||||||
|
|
||||||
int getWVisualID(int screen);
|
|
||||||
|
|
||||||
|
|
||||||
/* ---[ monitor.c ]------------------------------------------------------- */
|
/* ---[ monitor.c ]------------------------------------------------------- */
|
||||||
|
|
||||||
int MonitorLoop(int argc, char **argv);
|
int MonitorLoop(int argc, char **argv);
|
||||||
|
|||||||
@@ -29,5 +29,6 @@ void ExecuteShellCommand(WScreen *scr, char *command);
|
|||||||
Bool RelaunchWindow(WWindow *wwin);
|
Bool RelaunchWindow(WWindow *wwin);
|
||||||
void wAbort(Bool dumpCore);
|
void wAbort(Bool dumpCore);
|
||||||
void ExecExitScript(void);
|
void ExecExitScript(void);
|
||||||
|
int getWVisualID(int screen);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user