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.48 by sf-exg, Sat Jan 19 10:04:34 2013 UTC vs.
Revision 1.49 by sf-exg, Tue Oct 1 13:30:04 2013 UTC

21 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 21 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
22 *---------------------------------------------------------------------*/ 22 *---------------------------------------------------------------------*/
23 23
24#ifndef IMG_H 24#ifndef IMG_H
25#define IMG_H 25#define IMG_H
26
27#if HAVE_BG_PIXMAP
28 #define HAVE_IMG 1
29#endif
30 26
31#if HAVE_IMG 27#if HAVE_IMG
32 28
33#define float_to_component(d) (int32_t)((d) * 65535.99) 29#define float_to_component(d) (int32_t)((d) * 65535.99)
34 30

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines