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

Comparing rxvt-unicode/src/rxvtimg.h (file contents):
Revision 1.1 by root, Sun Jun 3 09:59:58 2012 UTC vs.
Revision 1.2 by root, Sun Jun 3 10:01:32 2012 UTC

12struct rxvt_img 12struct rxvt_img
13{ 13{
14 rxvt_screen *s; 14 rxvt_screen *s;
15 Pixmap pm; 15 Pixmap pm;
16 int w, h; 16 int w, h;
17 int depth;
18 XRenderPictFormat *format; 17 XRenderPictFormat *format;
19 18
20 rxvt_img (rxvt_screen *screen, XRenderPictFormat *format, int width, int height); 19 rxvt_img (rxvt_screen *screen, XRenderPictFormat *format, int width, int height);
21 rxvt_img (rxvt_screen *screen, Pixmap *pixmap, XRenderPictFormat *format, int width, int height); 20 rxvt_img (rxvt_screen *screen, Pixmap *pixmap, XRenderPictFormat *format, int width, int height);
22 ~rxvt_img (); 21 ~rxvt_img ();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines