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.48 by sf-exg, Sun Jan 24 21:53:13 2010 UTC vs.
Revision 1.49 by sf-exg, Fri Oct 22 16:49:26 2010 UTC

353 bool set (rxvt_screen *screen, const rgba &color); 353 bool set (rxvt_screen *screen, const rgba &color);
354 354
355 void fade (rxvt_screen *screen, int percent, rxvt_color &result, const rgba &to = rgba (0, 0, 0)); 355 void fade (rxvt_screen *screen, int percent, rxvt_color &result, const rgba &to = rgba (0, 0, 0));
356}; 356};
357 357
358#if TRACE_PIXMAPS
359Pixmap trace_XCreatePixmap (const char *file, int line, Display *dpy, Window r, unsigned int w, unsigned int h, unsigned int d);
360void trace_XFreePixmap (const char *file, int line, Display *dpy, Pixmap p);
361
362# define XCreatePixmap(dpy,r,w,h,d) trace_XCreatePixmap (__FILE__,__LINE__,dpy,r,w,h,d)
363# define XFreePixmap(dpy,p) trace_XFreePixmap (__FILE__,__LINE__,dpy,p)
364#endif 358#endif
365 359
366#endif
367

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines