r110: Added a option for using RISC OS mouse bindings to the options box, although
[rox-filer.git] / ROX-Filer / src / main.h
blobff1d9a4d9983b28df20e427fb0f4986444436dbf
1 /*
2 * $Id$
4 * ROX-Filer, filer for the ROX desktop project
5 * By Thomas Leonard, <tal197@ecs.soton.ac.uk>.
6 */
8 #ifndef _MAIN_H
9 #define _MAIN_H
11 extern int number_of_windows;
12 extern int to_error_log; /* Send messages here to log them */
13 extern gboolean override_redirect;
15 /* Prototypes */
16 int main(int argc, char **argv);
18 #endif /* _MAIN_H */