aboutsummaryrefslogtreecommitdiffstats
path: root/src/macfns.c
diff options
context:
space:
mode:
authorJuanma Barranquero2002-10-23 16:55:33 +0000
committerJuanma Barranquero2002-10-23 16:55:33 +0000
commite99833cab6c4098a4916af3d7beefad59ceb4012 (patch)
tree503f0acaf3c5d2a0e242afa90cdc514f9098aa17 /src/macfns.c
parentb9c3f7eb150b3e91c83c1fccc34de075d8ef9a6d (diff)
downloademacs-e99833cab6c4098a4916af3d7beefad59ceb4012.tar.gz
emacs-e99833cab6c4098a4916af3d7beefad59ceb4012.zip
Remove definition of XColor.
Diffstat (limited to 'src/macfns.c')
-rw-r--r--src/macfns.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/macfns.c b/src/macfns.c
index 44bbb3130e2..e2fe2969dfb 100644
--- a/src/macfns.c
+++ b/src/macfns.c
@@ -99,16 +99,6 @@ extern double atof ();
99extern int w32_console_toggle_lock_key (int vk_code, Lisp_Object new_state); 99extern int w32_console_toggle_lock_key (int vk_code, Lisp_Object new_state);
100extern int quit_char;*/ 100extern int quit_char;*/
101 101
102/* A definition of XColor for non-X frames. */
103#ifndef HAVE_X_WINDOWS
104typedef struct {
105 unsigned long pixel;
106 unsigned short red, green, blue;
107 char flags;
108 char pad;
109} XColor;
110#endif
111
112extern char *lispy_function_keys[]; 102extern char *lispy_function_keys[];
113 103
114/* The gray bitmap `bitmaps/gray'. This is done because macterm.c uses 104/* The gray bitmap `bitmaps/gray'. This is done because macterm.c uses