ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/rxvtcolor.C
(Generate patch)

Comparing rxvt-unicode/src/rxvtcolor.C (file contents):
Revision 1.12 by pcg, Fri Apr 2 20:41:01 2004 UTC vs.
Revision 1.13 by pcg, Sun Apr 4 23:47:29 2004 UTC

158 } 158 }
159#endif 159#endif
160 160
161 int fd = XConnectionNumber (display); 161 int fd = XConnectionNumber (display);
162 x_ev.start (fd, EVENT_READ); 162 x_ev.start (fd, EVENT_READ);
163 fcntl (fd, F_SETFL, FD_CLOEXEC); 163 fcntl (fd, F_SETFD, FD_CLOEXEC);
164 164
165 XSelectInput (display, root, PropertyChangeMask); 165 XSelectInput (display, root, PropertyChangeMask);
166 xa_xim_servers = XInternAtom (display, "XIM_SERVERS", 0); 166 xa_xim_servers = XInternAtom (display, "XIM_SERVERS", 0);
167 167
168 flush (); 168 flush ();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines