[Xxvt-commit] CVS: xxvt main.c,1.20,1.21
Status: Pre-Alpha
Brought to you by:
nlevitt
|
From: Noah L. <nl...@us...> - 2002-03-31 19:10:44
|
Update of /cvsroot/xxvt/xxvt
In directory usw-pr-cvs1:/tmp/cvs-serv6585
Modified Files:
main.c
Log Message:
getting rid of dumb little thing that shouldn't be there
Index: main.c
===================================================================
RCS file: /cvsroot/xxvt/xxvt/main.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- main.c 31 Mar 2002 04:38:55 -0000 1.20
+++ main.c 31 Mar 2002 19:10:41 -0000 1.21
@@ -169,12 +169,6 @@
break;
case ClientMessage:
-#if 0
- if (ev->xclient.format == 32
- && (Atom)ev->xclient.data.l[0] == h->xa[XA_WMDELETEWINDOW])
- exit(EXIT_SUCCESS);
-#endif
-
if (e.xclient.format == 32
&& (Atom) e.xclient.data.l[0] == X_WM_DELETE_WINDOW) {
/* this is what rxvt does, so I guess it's clean enough */
|