diff --git a/src/funcs.h b/src/funcs.h index 678c6a4c..f8666d16 100644 --- a/src/funcs.h +++ b/src/funcs.h @@ -32,11 +32,6 @@ typedef void (WCallBack)(void *cdata); typedef void (WDeathHandler)(pid_t pid, unsigned int status, void *cdata); -/* ---[ main.c ]---------------------------------------------------------- */ - -int getWVisualID(int screen); - - /* ---[ monitor.c ]------------------------------------------------------- */ int MonitorLoop(int argc, char **argv); diff --git a/src/main.h b/src/main.h index d40a743f..2198b746 100644 --- a/src/main.h +++ b/src/main.h @@ -29,5 +29,6 @@ void ExecuteShellCommand(WScreen *scr, char *command); Bool RelaunchWindow(WWindow *wwin); void wAbort(Bool dumpCore); void ExecExitScript(void); +int getWVisualID(int screen); #endif