Mercurial > hg > xemacs-beta
comparison src/redisplay-output.c @ 5074:8af6a32b170d
Modify XLIKE_get_gc's prototype
src/ChangeLog addition:
2010-02-24 Didier Verna <didier@xemacs.org>
Modify XLIKE_get_gc's prototype.
* redisplay-xlike-inc.c (XLIKE_get_gc): Take a frame instead of a
device as first argument.
* redisplay-xlike-inc.c (XLIKE_output_string): Update caller.
* redisplay-xlike-inc.c (XLIKE_output_pixmap): Ditto.
* redisplay-xlike-inc.c (XLIKE_output_blank): Ditto.
* redisplay-xlike-inc.c (XLIKE_output_horizontal_line): Ditto.
* redisplay-xlike-inc.c (XLIKE_clear_region): Ditto.
* redisplay-xlike-inc.c (XLIKE_output_eol_cursor): Ditto.
* console-gtk.h (gtk_get_gc): Take a frame instead of a device as
first argument.
* gtk-glue.c (face_to_gc): Update caller.
author | Didier Verna <didier@lrde.epita.fr> |
---|---|
date | Wed, 24 Feb 2010 15:45:20 +0100 |
parents | 548f1f47eb82 |
children | 5502045ec510 |
comparison
equal
deleted
inserted
replaced
5073:78a3c171a427 | 5074:8af6a32b170d |
---|---|
1802 } | 1802 } |
1803 | 1803 |
1804 if (UNBOUNDP (background_pixmap)) | 1804 if (UNBOUNDP (background_pixmap)) |
1805 background_pixmap = Qnil; | 1805 background_pixmap = Qnil; |
1806 | 1806 |
1807 DEVMETH (d, clear_region, | 1807 DEVMETH (d, clear_region, (locale, d, f, findex, x, y, width, height, |
1808 (locale, d, f, findex, x, y, width, height, fcolor, bcolor, background_pixmap)); | 1808 fcolor, bcolor, background_pixmap)); |
1809 } | 1809 } |
1810 | 1810 |
1811 /**************************************************************************** | 1811 /**************************************************************************** |
1812 redisplay_clear_clipped_region | 1812 redisplay_clear_clipped_region |
1813 | 1813 |