chiark / gitweb /
Change guard constants.
[mgLib] / mdwfocus.h
index db10b312f843bf021cb049de65ef5cba1fbf8214..923e1dcbad89dfab1133dc8cee7d3f6eb4e5e25d 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: mdwfocus.h,v 1.2 1999/05/05 18:52:45 mdw Exp $
+ * $Id: mdwfocus.h,v 1.4 2000/08/15 22:40:15 mdw Exp $
  *
  * Tell my hacked `fvwm' to focus this window
  *
  * GNU Library General Public License for more details.
  * 
  * You should have received a copy of the GNU Library General Public
- * License along with mgLib; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * License along with mgLib; if not, write to the Free
+ * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
+ * MA 02111-1307, USA.
  */
 
 /*----- 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.
+ *
  * Revision 1.2  1999/05/05 18:52:45  mdw
  * Change licensing conditions to LGPL.
  *
@@ -37,8 +44,8 @@
  *
  */
 
-#ifndef MDWFOCUS_H
-#define MDWFOCUS_H
+#ifndef MGLIB_MDWFOCUS_H
+#define MGLIB_MDWFOCUS_H
 
 #ifdef __cplusplus
   extern "C" {