From: mdw Date: Fri, 11 Dec 1998 09:50:07 +0000 (+0000) Subject: Minor modifications to work with mLib and mgLib. X-Git-Tag: 1.1.0~5 X-Git-Url: https://git.distorted.org.uk/~mdw/xtoys/commitdiff_plain/c4efa11c1a060884e0d2f3c61a769d1e51396ae6 Minor modifications to work with mLib and mgLib. --- diff --git a/xscsize.c b/xscsize.c index 93cac68..bae703d 100644 --- a/xscsize.c +++ b/xscsize.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: xscsize.c,v 1.2 1998/11/21 22:30:22 mdw Exp $ + * $Id: xscsize.c,v 1.3 1998/12/11 09:50:05 mdw Exp $ * * Return X display size to shell script * @@ -29,6 +29,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: xscsize.c,v $ + * Revision 1.3 1998/12/11 09:50:05 mdw + * Minor modifications to work with mLib and mgLib. + * * Revision 1.2 1998/11/21 22:30:22 mdw * Support GNU-style long options throughout, and introduce proper help * text to all programs. Update manual pages to match. @@ -46,8 +49,8 @@ #include -#include "mdwopt.h" -#include "quis.h" +#include +#include /*----- Main code ---------------------------------------------------------*/ diff --git a/xtell.c b/xtell.c index e9e93e6..76d53d3 100644 --- a/xtell.c +++ b/xtell.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: xtell.c,v 1.3 1998/11/30 22:36:51 mdw Exp $ + * $Id: xtell.c,v 1.4 1998/12/11 09:50:06 mdw Exp $ * * Wake up a waiting xwait process * @@ -29,6 +29,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: xtell.c,v $ + * Revision 1.4 1998/12/11 09:50:06 mdw + * Minor modifications to work with mLib and mgLib. + * * Revision 1.3 1998/11/30 22:36:51 mdw * Tidy up tabbing in help texts very slightly. * @@ -50,8 +53,9 @@ #include #include -#include "mdwopt.h" -#include "quis.h" +#include +#include + #include "xwait.h" /*----- Main code ---------------------------------------------------------*/ diff --git a/xwait.c b/xwait.c index 965b368..d18fa36 100644 --- a/xwait.c +++ b/xwait.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: xwait.c,v 1.5 1998/11/30 22:36:53 mdw Exp $ + * $Id: xwait.c,v 1.6 1998/12/11 09:50:07 mdw Exp $ * * Wait until prodded by another X client * @@ -29,6 +29,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: xwait.c,v $ + * Revision 1.6 1998/12/11 09:50:07 mdw + * Minor modifications to work with mLib and mgLib. + * * Revision 1.5 1998/11/30 22:36:53 mdw * Tidy up tabbing in help texts very slightly. * @@ -62,8 +65,9 @@ #include #include -#include "mdwopt.h" -#include "quis.h" +#include +#include + #include "xwait.h" /*----- Main code ---------------------------------------------------------*/