X-Git-Url: https://git.distorted.org.uk/~mdw/mgLib/blobdiff_plain/6218144d09fba6b45e80217e8ef90233725377db..ff3a8b71b3ea19599648b8ad15774d621ba25a65:/mdwfocus.c diff --git a/mdwfocus.c b/mdwfocus.c index 5a03d50..b7ee5b0 100644 --- a/mdwfocus.c +++ b/mdwfocus.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: mdwfocus.c,v 1.4 1999/05/06 19:51:48 mdw Exp $ + * $Id: mdwfocus.c,v 1.5 1999/11/11 19:54:37 mdw Exp $ * * Tell my hacked `fvwm' to focus this window * @@ -30,6 +30,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: mdwfocus.c,v $ + * Revision 1.5 1999/11/11 19:54:37 mdw + * Prep for standalone release. + * * Revision 1.4 1999/05/06 19:51:48 mdw * Reformatted the LGPL notice a little bit. * @@ -45,8 +48,6 @@ * */ -#ifdef HAVE_GTK - /*----- Header files ------------------------------------------------------*/ #include @@ -80,7 +81,3 @@ void mdwfocus(GtkWidget *w) } /*----- That's all, folks -------------------------------------------------*/ - -#else - int mgLib_mdwfocus = 0; -#endif