comparison src/glyphs-msw.c @ 325:f2b5d7006b0a r21-0-60

Import from CVS: tag r21-0-60
author cvs
date Mon, 13 Aug 2007 10:47:35 +0200
parents 19dcec799385
children c9ae480b1fff
comparison
equal deleted inserted replaced
324:8f2460f6e1f6 325:f2b5d7006b0a
1730 if (NILP (foreground)) 1730 if (NILP (foreground))
1731 foreground = pointer_fg; 1731 foreground = pointer_fg;
1732 if (NILP (background)) 1732 if (NILP (background))
1733 background = pointer_bg; 1733 background = pointer_bg;
1734 1734
1735 XSETINT (IMAGE_INSTANCE_PIXMAP_HOTSPOT_X (ii), 1735 IMAGE_INSTANCE_PIXMAP_HOTSPOT_X (ii) =
1736 find_keyword_in_vector (instantiator, Q_hotspot_x)); 1736 find_keyword_in_vector (instantiator, Q_hotspot_x);
1737 XSETINT (IMAGE_INSTANCE_PIXMAP_HOTSPOT_Y (ii), 1737 IMAGE_INSTANCE_PIXMAP_HOTSPOT_Y (ii) =
1738 find_keyword_in_vector (instantiator, Q_hotspot_y)); 1738 find_keyword_in_vector (instantiator, Q_hotspot_y);
1739 IMAGE_INSTANCE_PIXMAP_FG (ii) = foreground; 1739 IMAGE_INSTANCE_PIXMAP_FG (ii) = foreground;
1740 IMAGE_INSTANCE_PIXMAP_BG (ii) = background; 1740 IMAGE_INSTANCE_PIXMAP_BG (ii) = background;
1741 if (COLOR_INSTANCEP (foreground)) 1741 if (COLOR_INSTANCEP (foreground))
1742 fg = COLOR_INSTANCE_MSWINDOWS_COLOR (XCOLOR_INSTANCE (foreground)); 1742 fg = COLOR_INSTANCE_MSWINDOWS_COLOR (XCOLOR_INSTANCE (foreground));
1743 if (COLOR_INSTANCEP (background)) 1743 if (COLOR_INSTANCEP (background))