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.484 by sf-exg, Fri May 25 08:27:47 2012 UTC vs.
Revision 1.485 by sf-exg, Fri May 25 09:27:35 2012 UTC

238 unsigned int h_scale, v_scale; /* percents of the window size */ 238 unsigned int h_scale, v_scale; /* percents of the window size */
239 int h_align, v_align; /* percents of the window size: 239 int h_align, v_align; /* percents of the window size:
240 0 - left align, 50 - center, 100 - right */ 240 0 - left align, 50 - center, 100 - right */
241 241
242# ifdef HAVE_PIXBUF 242# ifdef HAVE_PIXBUF
243 auto_ptr<GdkPixbuf> pixbuf; 243 GdkPixbuf *pixbuf;
244
245 void destroy ()
246 {
247 if (pixbuf)
248 g_object_unref (pixbuf);
249 }
244 250
245 int width () 251 int width ()
246 { 252 {
247 return gdk_pixbuf_get_width (pixbuf); 253 return gdk_pixbuf_get_width (pixbuf);
248 } 254 }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines