summaryrefslogtreecommitdiff
path: root/globals.h
diff options
context:
space:
mode:
authorPaulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>2009-01-13 18:16:03 -0200
committerPaulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>2009-01-13 18:16:03 -0200
commite4b0097161ec84b288ca480149ed0185e742d7a3 (patch)
tree55f704d3d63fef4866090f1f0f57d0b5b2d9e754 /globals.h
parent3afab6ff3cd896514d3bb733244e3bb9640d1e7c (diff)
Ansification and compile warning fixes.
This also uses XORG_CHANGELOG and XORG_CWARNFLAGS, and corrects make distcheck.
Diffstat (limited to 'globals.h')
-rw-r--r--globals.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/globals.h b/globals.h
index d629f51..abbf66d 100644
--- a/globals.h
+++ b/globals.h
@@ -30,6 +30,9 @@ from the X Consortium.
*/
/* $XFree86$ */
+#ifndef _globals_h
+#define _globals_h
+
#include "man.h"
extern Xman_Resources resources; /* Resource manager sets these. */
@@ -54,3 +57,9 @@ extern Widget initial_widget; /* The initial widget, never realized. */
extern char **saved_argv;
extern int saved_argc;
+
+extern Atom wm_delete_window;
+
+extern Widget top;
+
+#endif /* _globals_h */