comparison src/xfns.c @ 105959:ba3ffbd9c422

* process.c (ifflag_def): Make flag_sym constant. (Fnetwork_interface_info): Use a constant pointer. (ifflag_table): * xfns.c (cursor_bits): * xdisp.c (power_letter): * termcap.c (speeds, esctab): * sysdep.c (baud_convert): * keyboard.c (lispy_accent_codes, modifier_names): * image.c (xbm_format, xpm_format, pbm_format, png_format) (jpeg_format, tiff_format, gif_format, svg_format) (interlace_start, interlace_increment, gs_format): * gtkutil.c (separator_names): * fringe.c (swap_nibble): * fns.c (base64_value_to_char, base64_char_to_value): * fileio.c (make_temp_name_tbl): * coding.c (suffixes): Make constant.
author Dan Nicolaescu <dann@ics.uci.edu>
date Wed, 11 Nov 2009 20:11:51 +0000
parents 5fc80e6b5b7c
children cd4cbab8bb21
comparison
equal deleted inserted replaced
105958:341a779db1d0 105959:ba3ffbd9c422
2883 2883
2884 /* Make the GCs needed for this window, setting the 2884 /* Make the GCs needed for this window, setting the
2885 background, border and mouse colors; also create the 2885 background, border and mouse colors; also create the
2886 mouse cursor and the gray border tile. */ 2886 mouse cursor and the gray border tile. */
2887 2887
2888 static char cursor_bits[] =
2889 {
2890 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
2891 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
2892 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
2893 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
2894 };
2895
2896 static void 2888 static void
2897 x_make_gc (f) 2889 x_make_gc (f)
2898 struct frame *f; 2890 struct frame *f;
2899 { 2891 {
2900 XGCValues gc_values; 2892 XGCValues gc_values;