X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/mgLib/blobdiff_plain/e962a3e27e7c974790296a8651de442bd6634a88..5fb46e95417c10b761c627169abdbd5d8f700489:/mdwfocus.h diff --git a/mdwfocus.h b/mdwfocus.h index 828e201..923e1dc 100644 --- a/mdwfocus.h +++ b/mdwfocus.h @@ -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" {