doh
authorroot <root>
Sun, 18 Nov 2007 00:17:19 +0000 (00:17 +0000)
committerroot <root>
Sun, 18 Nov 2007 00:17:19 +0000 (00:17 +0000)
Changes
src/rxvtc.C
src/rxvtd.C

diff --git a/Changes b/Changes
index fa756eff76b182c09eb1c95a5f5b6b8d0df5d15a..e67144587e9558361319569b2ec8b108fb46e554 100644 (file)
--- a/Changes
+++ b/Changes
@@ -19,7 +19,7 @@ DUMB: support tex fonts
 
 TODO: align default value of cutchars with rxvt.1.pod and add it as a fallback in perl 'selection'
       http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=377194
-        - expect major compatibility issues and please test and report.
+        - expect major portability issues in this release: please test and report.
        - converted from the veritable io manager event loop to
           the high performance libev (http://software.schmorp.de/pkg/libev).
        - automove-background functionality re-implemented internaly using :root op in pixmap
index 38edc015fe1d363ea088225815c03e76f687c192..92095707c50b97f66168be6110db9da3e139135b 100644 (file)
@@ -39,7 +39,8 @@
 #define STATUS_FAILURE           1
 #define STATUS_CONNECTION_FAILED 2
 
-struct client : rxvt_connection {
+struct client : rxvt_connection
+{
   client ();
 };
 
index 5622f4214e05411bac784d92183303c8830fd78b..b73916be967f60e6280e3a75ad7c0c13620d8f67 100644 (file)
@@ -52,6 +52,7 @@ struct server : rxvt_connection {
     log_cb (this, &server::log_msg),
     getfd_cb (this, &server::getfd)
   {
+    this->fd = fd;
     fcntl (fd, F_SETFD, FD_CLOEXEC);
     fcntl (fd, F_SETFL, 0);
     read_ev.start (fd, ev::READ);