chiark / gitweb /
Change guard constants.
authormdw <mdw>
Tue, 15 Aug 2000 22:40:15 +0000 (22:40 +0000)
committermdw <mdw>
Tue, 15 Aug 2000 22:40:15 +0000 (22:40 +0000)
cancel.h
mdwfocus.h
msg.h

index 30e6ba0e6bb55e96a515168b1f9940f56ca64724..4c5f572eb147307edf63f00d5589ff65397f164a 100644 (file)
--- a/cancel.h
+++ b/cancel.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: cancel.h,v 1.3 1999/05/06 19:51:48 mdw Exp $
+ * $Id: cancel.h,v 1.4 2000/08/15 22:40:15 mdw Exp $
  *
  * Handle Escape keypresses, directing them to cancel buttons
  *
@@ -30,6 +30,9 @@
 /*----- Revision history --------------------------------------------------* 
  *
  * $Log: cancel.h,v $
+ * Revision 1.4  2000/08/15 22:40:15  mdw
+ * Change guard constants.
+ *
  * Revision 1.3  1999/05/06 19:51:48  mdw
  * Reformatted the LGPL notice a little bit.
  *
@@ -41,8 +44,8 @@
  *
  */
 
-#ifndef CANCEL_H
-#define CANCEL_H
+#ifndef MGLIB_CANCEL_H
+#define MGLIB_CANCEL_H
 
 #ifdef __cplusplus
   extern "C" {
index 828e20140d0745847dc779924ef756b779bc0da0..923e1dcbad89dfab1133dc8cee7d3f6eb4e5e25d 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: mdwfocus.h,v 1.3 1999/05/06 19:51:48 mdw Exp $
+ * $Id: mdwfocus.h,v 1.4 2000/08/15 22:40:15 mdw Exp $
  *
  * Tell my hacked `fvwm' to focus this window
  *
@@ -30,6 +30,9 @@
 /*----- Revision history --------------------------------------------------* 
  *
  * $Log: mdwfocus.h,v $
+ * Revision 1.4  2000/08/15 22:40:15  mdw
+ * Change guard constants.
+ *
  * Revision 1.3  1999/05/06 19:51:48  mdw
  * Reformatted the LGPL notice a little bit.
  *
@@ -41,8 +44,8 @@
  *
  */
 
-#ifndef MDWFOCUS_H
-#define MDWFOCUS_H
+#ifndef MGLIB_MDWFOCUS_H
+#define MGLIB_MDWFOCUS_H
 
 #ifdef __cplusplus
   extern "C" {
diff --git a/msg.h b/msg.h
index 4651222e814fab41c1363f9fe67976a5101d8be1..dd9eddb387693ac747fd5dbd610f7b3f1bafcaf2 100644 (file)
--- a/msg.h
+++ b/msg.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: msg.h,v 1.4 1999/05/06 19:51:48 mdw Exp $
+ * $Id: msg.h,v 1.5 2000/08/15 22:40:15 mdw Exp $
  *
  * Display a message and get an answer
  *
@@ -30,6 +30,9 @@
 /*----- Revision history --------------------------------------------------* 
  *
  * $Log: msg.h,v $
+ * Revision 1.5  2000/08/15 22:40:15  mdw
+ * Change guard constants.
+ *
  * Revision 1.4  1999/05/06 19:51:48  mdw
  * Reformatted the LGPL notice a little bit.
  *
@@ -44,8 +47,8 @@
  *
  */
 
-#ifndef MSG_H
-#define MSG_H
+#ifndef MGLIB_MSG_H
+#define MGLIB_MSG_H
 
 #ifdef __cplusplus
   extern "C" {