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

Comparing rxvt-unicode/src/rxvttoolkit.h (file contents):
Revision 1.34 by root, Sun Nov 11 04:08:00 2007 UTC vs.
Revision 1.35 by sasha, Wed Nov 14 22:25:42 2007 UTC

336 bool set (rxvt_screen *screen, const rgba &color); 336 bool set (rxvt_screen *screen, const rgba &color);
337 337
338 void fade (rxvt_screen *screen, int percent, rxvt_color &result, const rgba &to = rgba (0, 0, 0)); 338 void fade (rxvt_screen *screen, int percent, rxvt_color &result, const rgba &to = rgba (0, 0, 0));
339}; 339};
340 340
341#endif 341#if TRACE_PIXMAPS
342Pixmap trace_XCreatePixmap (const char *file, int line, Display *dpy, Window r, unsigned int w, unsigned int h, unsigned int d);
343void trace_XFreePixmap (const char *file, int line, Display *dpy, Pixmap p);
342 344
345# define XCreatePixmap(dpy,r,w,h,d) trace_XCreatePixmap (__FILE__,__LINE__,dpy,r,w,h,d)
346# define XFreePixmap(dpy,p) trace_XFreePixmap (__FILE__,__LINE__,dpy,p)
347#endif
348
349#endif
350

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines