summaryrefslogtreecommitdiff
path: root/zwgc/X_driver.h
diff options
context:
space:
mode:
authorGravatar Marc Horowitz <marc@mit.edu>1989-11-01 21:14:46 +0000
committerGravatar Marc Horowitz <marc@mit.edu>1989-11-01 21:14:46 +0000
commit052d95f1f5474cb024c0515fc6c5f8029203c41c (patch)
tree8f018d0557bacafcc6a705c4463d746b7b63f478 /zwgc/X_driver.h
parent7e8c1f459f344a9cfac308d0714f6d8ad429d720 (diff)
All the .h files have the rcsid before the multiple-include
protecting #ifdef. This file has been fixed
Diffstat (limited to 'zwgc/X_driver.h')
-rw-r--r--zwgc/X_driver.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/zwgc/X_driver.h b/zwgc/X_driver.h
index 953adbb..034b774 100644
--- a/zwgc/X_driver.h
+++ b/zwgc/X_driver.h
@@ -1,3 +1,6 @@
+#ifndef x_driver_MODULE
+#define x_driver_MODULE
+
/* This file is part of the Project Athena Zephyr Notification System.
* It is one of the source files comprising zwgc, the Zephyr WindowGram
* client.
@@ -18,9 +21,6 @@ static char rcsid_X_driver_h[] = "$Header$";
#include <zephyr/mit-copyright.h>
-#ifndef x_driver_MODULE
-#define x_driver_MODULE
-
#include <X11/Xlib.h>
extern Display *dpy;