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.6 by root, Sun Nov 11 04:08:00 2007 UTC vs.
Revision 1.7 by sasha, Wed Nov 14 22:25:41 2007 UTC

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 20
20 enum { 21 enum {
21 geometrySet = (1UL<<0), 22 geometrySet = (1UL<<0),
22 propScale = (1UL<<1), 23 propScale = (1UL<<1),
23 geometryFlags = (geometrySet|propScale), 24 geometryFlags = (geometrySet|propScale),

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines