Mercurial > hg > xemacs-beta
diff src/console-impl.h @ 2959:4eb2a8c07cb3
[xemacs-hg @ 2005-09-27 05:48:22 by ben]
Implement color pixmap cursors
glyphs.c, glyphs-eimage.c, glyphs-x.c, glyphs-gtk.c, glyphs-msw.c, console-impl.h: Allow all kinds of color images (GIF, JPEG, ...) to be mouse pointers.
new -> new_, 'foo -> `foo'.
author | ben |
---|---|
date | Tue, 27 Sep 2005 05:48:27 +0000 |
parents | a25c824ed558 |
children | 1e7cc382eb16 |
line wrap: on
line diff
--- a/src/console-impl.h Tue Sep 27 05:35:26 2005 +0000 +++ b/src/console-impl.h Tue Sep 27 05:48:27 2005 +0000 @@ -1,5 +1,5 @@ /* Define console object for XEmacs. - Copyright (C) 1996, 2002, 2003 Ben Wing + Copyright (C) 1996, 2002, 2003, 2005 Ben Wing This file is part of XEmacs. @@ -252,6 +252,8 @@ unsigned char *eimage, int dest_mask, Lisp_Object instantiator, + Lisp_Object pointer_fg, + Lisp_Object pointer_bg, Lisp_Object domain); Lisp_Object (*locate_pixmap_file_method) (Lisp_Object file_method); int (*colorize_image_instance_method) (Lisp_Object image_instance,