X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/mgLib/blobdiff_plain/e962a3e27e7c974790296a8651de442bd6634a88..d563403027a1eb798c60a0ecdd8d5388a5522dec:/mdwfocus.h diff --git a/mdwfocus.h b/mdwfocus.h index 828e201..4b67fb2 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.5 2004/04/08 01:36:14 mdw Exp $ * * Tell my hacked `fvwm' to focus this window * @@ -27,22 +27,8 @@ * MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: mdwfocus.h,v $ - * 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. - * - * Revision 1.1 1998/12/11 09:44:21 mdw - * Initial version. - * - */ - -#ifndef MDWFOCUS_H -#define MDWFOCUS_H +#ifndef MGLIB_MDWFOCUS_H +#define MGLIB_MDWFOCUS_H #ifdef __cplusplus extern "C" {