comparison src/macfns.c @ 50390:2bdbce68ec9a

Fix build on Mac OS X with Carbon.
author Andrew Choi <akochoi@shaw.ca>
date Tue, 01 Apr 2003 01:09:13 +0000
parents bf4734e2fa2c
children c1bf3085654d
comparison
equal deleted inserted replaced
50389:782e36a6d47d 50390:2bdbce68ec9a
8801 Fput (Qundefined_color, Qerror_conditions, 8801 Fput (Qundefined_color, Qerror_conditions,
8802 Fcons (Qundefined_color, Fcons (Qerror, Qnil))); 8802 Fcons (Qundefined_color, Fcons (Qerror, Qnil)));
8803 Fput (Qundefined_color, Qerror_message, 8803 Fput (Qundefined_color, Qerror_message,
8804 build_string ("Undefined color")); 8804 build_string ("Undefined color"));
8805 8805
8806 init_x_parm_symbols ();
8807
8808 DEFVAR_LISP ("x-bitmap-file-path", &Vx_bitmap_file_path, 8806 DEFVAR_LISP ("x-bitmap-file-path", &Vx_bitmap_file_path,
8809 doc: /* List of directories to search for window system bitmap files. */); 8807 doc: /* List of directories to search for window system bitmap files. */);
8810 Vx_bitmap_file_path = decode_env_path ((char *) 0, "PATH"); 8808 Vx_bitmap_file_path = decode_env_path ((char *) 0, "PATH");
8811 8809
8812 DEFVAR_LISP ("x-pointer-shape", &Vx_pointer_shape, 8810 DEFVAR_LISP ("x-pointer-shape", &Vx_pointer_shape,