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