X-Git-Url: https://git.distorted.org.uk/~mdw/xtoys/blobdiff_plain/87dabe6f706aab4cfe1d96ccff80cf73fe397032..c4efa11c1a060884e0d2f3c61a769d1e51396ae6:/xwait.c 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 ---------------------------------------------------------*/