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.4 by root, Sun Jun 3 16:54:04 2012 UTC vs.
Revision 1.5 by root, Sun Jun 3 16:55:31 2012 UTC

16 int w, h; 16 int w, h;
17 XRenderPictFormat *format; 17 XRenderPictFormat *format;
18 18
19 rxvt_img (rxvt_screen *screen, XRenderPictFormat *format, int width, int height); 19 rxvt_img (rxvt_screen *screen, XRenderPictFormat *format, int width, int height);
20 rxvt_img (rxvt_screen *screen, XRenderPictFormat *format, int width, int height, Pixmap pixmap); 20 rxvt_img (rxvt_screen *screen, XRenderPictFormat *format, int width, int height, Pixmap pixmap);
21 rxvt_img (rxvt_screen *screen); // get root pixmap 21 static rxvt_img *new_from_root (rxvt_screen *s); // get root pixmap
22 rxvt_img (const char *filename); // from pixbuf 22 static rxvt_img *new_from_file (const char *filename); // from pixbuf
23 23
24 ~rxvt_img (); 24 ~rxvt_img ();
25 25
26 Pixmap steal () 26 Pixmap steal ()
27 { 27 {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines