[Xxvt-commit] CVS: xxvt init.c,1.27,1.28
Status: Pre-Alpha
Brought to you by:
nlevitt
|
From: Pierre-Paul L. <pp...@us...> - 2002-05-16 02:44:47
|
Update of /cvsroot/xxvt/xxvt
In directory usw-pr-cvs1:/tmp/cvs-serv28059
Modified Files:
init.c
Log Message:
add the window name (xxvt)
Index: init.c
===================================================================
RCS file: /cvsroot/xxvt/xxvt/init.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- init.c 12 Apr 2002 02:47:10 -0000 1.27
+++ init.c 16 May 2002 02:44:44 -0000 1.28
@@ -263,6 +263,7 @@
XSetWMNormalHints(xinfo->display, xinfo->window, xinfo->sizehints);
XSetWMProtocols(xinfo->display, xinfo->window, &X_WM_DELETE_WINDOW, 1);
+ XStoreName(xinfo->display, xinfo->window, "xxvt");
XSelectInput(xinfo->display, xinfo->window, KeyPressMask
| ButtonPressMask | ButtonReleaseMask | ButtonMotionMask
|