X-Git-Url: https://git.distorted.org.uk/~mdw/xtoys/blobdiff_plain/25c93171274d961fae80b2e77fc884ca253dd658..ad97c83b25b61bf4a7be58148884c6f50a4685d5:/xwait.c diff --git a/xwait.c b/xwait.c index a6b2332..597d142 100644 --- a/xwait.c +++ b/xwait.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: xwait.c,v 1.8 1999/08/20 07:29:55 mdw Exp $ + * $Id: xwait.c,v 1.10 2004/04/08 01:36:29 mdw Exp $ * * Wait until prodded by another X client * @@ -26,38 +26,6 @@ * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: xwait.c,v $ - * Revision 1.8 1999/08/20 07:29:55 mdw - * New command line syntax, and new atom protocol. Wait for multiple - * properties and listen for multiple (or all) values. - * - * Revision 1.7 1999/06/19 23:42:37 mdw - * Improve signal handling. - * - * 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. - * - * Revision 1.4 1998/11/21 22:41:19 mdw - * Reap children which die before I get my signal handler installed. - * - * Revision 1.3 1998/11/21 22:30:27 mdw - * Support GNU-style long options throughout, and introduce proper help - * text to all programs. Update manual pages to match. - * - * Revision 1.2 1998/11/18 21:25:06 mdw - * Reap dead children as they arrive. The previous shell may have - * carelessly left them behind. - * - * Revision 1.1 1998/11/16 23:00:49 mdw - * Initial versions. - * - */ - /*----- Header files ------------------------------------------------------*/ #include @@ -181,9 +149,7 @@ int main(int argc, char *argv[]) xwait_atom *xa = 0; xwait_msg *xm = 0; - enum { - f_force = 1 - }; +#define f_force 1u /* --- Initialize mLib --- */