r201: Allowed dragging to a subdirectory to save into it.
[rox-filer.git] / ROX-Filer / src / main.h
blob909ae2bc5d6f26629fb2a66d3662d7cebc8111ec
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 #include <sys/types.h>
13 extern int number_of_windows;
14 extern int to_error_log; /* Send messages here to log them */
15 extern gboolean override_redirect;
17 extern uid_t euid;
18 extern gid_t egid;
19 extern int ngroups; /* Number of supplemental groups */
20 extern gid_t *supplemental_groups;
22 /* Prototypes */
23 int main(int argc, char **argv);
25 #endif /* _MAIN_H */