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

Comparing rxvt-unicode/src/background.h (file contents):
Revision 1.9 by sasha, Thu Nov 15 18:40:10 2007 UTC vs.
Revision 1.10 by root, Mon Nov 19 15:33:34 2007 UTC

11# undef max 11# undef max
12#endif 12#endif
13 13
14#if defined(BG_IMAGE_FROM_FILE) || defined(ENABLE_TRANSPARENCY) 14#if defined(BG_IMAGE_FROM_FILE) || defined(ENABLE_TRANSPARENCY)
15# define HAVE_BG_PIXMAP 1/* to simplify further usage */ 15# define HAVE_BG_PIXMAP 1/* to simplify further usage */
16struct bgPixmap_t { 16struct bgPixmap_t
17 17{
18 bgPixmap_t(); 18 bgPixmap_t ();
19 ~bgPixmap_t(); 19 void destroy ();
20 20
21 enum { 21 enum {
22 geometrySet = (1UL<<0), 22 geometrySet = (1UL<<0),
23 propScale = (1UL<<1), 23 propScale = (1UL<<1),
24 geometryFlags = (geometrySet|propScale), 24 geometryFlags = (geometrySet|propScale),

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines