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

Comparing cvsroot/rxvt-unicode/src/rxvt.h (file contents):
Revision 1.489 by root, Mon May 28 16:40:03 2012 UTC vs.
Revision 1.490 by sf-exg, Wed May 30 21:20:05 2012 UTC

234 unsigned short alpha; 234 unsigned short alpha;
235 uint8_t flags; 235 uint8_t flags;
236 unsigned int h_scale, v_scale; /* percents of the window size */ 236 unsigned int h_scale, v_scale; /* percents of the window size */
237 int h_align, v_align; /* percents of the window size: 237 int h_align, v_align; /* percents of the window size:
238 0 - left align, 50 - center, 100 - right */ 238 0 - left align, 50 - center, 100 - right */
239
240 bool is_size_sensitive ()
241 {
242 return (!(flags & IM_TILE)
243 || h_scale || v_scale
244 || (!(flags & IM_ROOT_ALIGN) && (h_align || v_align)));
245 }
239 246
240# ifdef HAVE_PIXBUF 247# ifdef HAVE_PIXBUF
241 GdkPixbuf *pixbuf; 248 GdkPixbuf *pixbuf;
242 249
243 void destroy () 250 void destroy ()

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines