comparison src/w32fns.c @ 90203:187d6a1f84f7

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-71 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 485-492) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 92-94) - Merge from emacs--cvs-trunk--0 - Update from CVS
author Miles Bader <miles@gnu.org>
date Fri, 22 Jul 2005 08:27:27 +0000
parents f9a65d7ebd29 c9a7bffa9534
children 890cc78a5a24
comparison
equal deleted inserted replaced
90202:7597b4a23c3b 90203:187d6a1f84f7
152 152
153 /* The background and shape of the mouse pointer, and shape when not 153 /* The background and shape of the mouse pointer, and shape when not
154 over text or in the modeline. */ 154 over text or in the modeline. */
155 155
156 Lisp_Object Vx_pointer_shape, Vx_nontext_pointer_shape, Vx_mode_pointer_shape; 156 Lisp_Object Vx_pointer_shape, Vx_nontext_pointer_shape, Vx_mode_pointer_shape;
157 Lisp_Object Vx_hourglass_pointer_shape, Vx_window_horizontal_drag_shape, Vx_hand_shape; 157 Lisp_Object Vx_hourglass_pointer_shape, Vx_window_horizontal_drag_shape;
158 158
159 /* The shape when over mouse-sensitive text. */ 159 /* The shape when over mouse-sensitive text. */
160 160
161 Lisp_Object Vx_sensitive_text_pointer_shape; 161 Lisp_Object Vx_sensitive_text_pointer_shape;
162 162
8820 Vw32_charset_info_alist = Qnil; 8820 Vw32_charset_info_alist = Qnil;
8821 8821
8822 staticpro (&Qw32_charset_ansi); 8822 staticpro (&Qw32_charset_ansi);
8823 Qw32_charset_ansi = intern ("w32-charset-ansi"); 8823 Qw32_charset_ansi = intern ("w32-charset-ansi");
8824 staticpro (&Qw32_charset_symbol); 8824 staticpro (&Qw32_charset_symbol);
8825 Qw32_charset_default = intern ("w32-charset-default");
8826 staticpro (&Qw32_charset_default);
8825 Qw32_charset_symbol = intern ("w32-charset-symbol"); 8827 Qw32_charset_symbol = intern ("w32-charset-symbol");
8826 staticpro (&Qw32_charset_shiftjis); 8828 staticpro (&Qw32_charset_shiftjis);
8827 Qw32_charset_shiftjis = intern ("w32-charset-shiftjis"); 8829 Qw32_charset_shiftjis = intern ("w32-charset-shiftjis");
8828 staticpro (&Qw32_charset_hangeul); 8830 staticpro (&Qw32_charset_hangeul);
8829 Qw32_charset_hangeul = intern ("w32-charset-hangeul"); 8831 Qw32_charset_hangeul = intern ("w32-charset-hangeul");