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.10 by pcg, Mon Mar 29 21:02:11 2004 UTC vs.
Revision 1.11 by pcg, Tue Mar 30 14:45:13 2004 UTC

272void rxvt_display::put_xim (rxvt_xim *xim) 272void rxvt_display::put_xim (rxvt_xim *xim)
273{ 273{
274 xims.put (xim); 274 xims.put (xim);
275} 275}
276 276
277Atom rxvt_display::atom (const char *name)
278{
279 return XInternAtom (display, name, False);
280}
281
277///////////////////////////////////////////////////////////////////////////// 282/////////////////////////////////////////////////////////////////////////////
278 283
279template refcache<rxvt_display>; 284template refcache<rxvt_display>;
280refcache<rxvt_display> displays; 285refcache<rxvt_display> displays;
281 286

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines