Minor modifications to work with mLib and mgLib.
authormdw <mdw>
Fri, 11 Dec 1998 09:50:07 +0000 (09:50 +0000)
committermdw <mdw>
Fri, 11 Dec 1998 09:50:07 +0000 (09:50 +0000)
xscsize.c
xtell.c
xwait.c

index 93cac68..bae703d 100644 (file)
--- 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 <X11/Xlib.h>
 
-#include "mdwopt.h"
-#include "quis.h"
+#include <mLib/mdwopt.h>
+#include <mLib/quis.h>
 
 /*----- Main code ---------------------------------------------------------*/
 
diff --git a/xtell.c b/xtell.c
index e9e93e6..76d53d3 100644 (file)
--- 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 <X11/Xlib.h>
 #include <X11/Xutil.h>
 
-#include "mdwopt.h"
-#include "quis.h"
+#include <mLib/mdwopt.h>
+#include <mLib/quis.h>
+
 #include "xwait.h"
 
 /*----- Main code ---------------------------------------------------------*/
diff --git a/xwait.c b/xwait.c
index 965b368..d18fa36 100644 (file)
--- 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 <X11/Xlib.h>
 #include <X11/Xutil.h>
 
-#include "mdwopt.h"
-#include "quis.h"
+#include <mLib/mdwopt.h>
+#include <mLib/quis.h>
+
 #include "xwait.h"
 
 /*----- Main code ---------------------------------------------------------*/