Mercurial > hg > xemacs-beta
comparison src/glyphs-msw.c @ 382:064ab7fed2e0 r21-2-6
Import from CVS: tag r21-2-6
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:07:39 +0200 |
parents | 8626e4521993 |
children | bbff43aa5eb7 |
comparison
equal
deleted
inserted
replaced
381:908a86f940e6 | 382:064ab7fed2e0 |
---|---|
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)) |