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:
Rodolfo García Peñas (kix)
2013-05-26 19:48:00 +01:00
committed by Carlos R. Mafra
parent 157209a035
commit 8aca1b816f
2 changed files with 1 additions and 5 deletions
+1
View File
@@ -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