aboutsummaryrefslogtreecommitdiffstats
path: root/src/macgui.h
diff options
context:
space:
mode:
authorJuanma Barranquero2002-10-25 06:50:01 +0000
committerJuanma Barranquero2002-10-25 06:50:01 +0000
commit68c7e82a0e5a12f599394eca897130873e44fcef (patch)
tree29b0aa3488c14117bf9a282e2bf06bc4ec81dda6 /src/macgui.h
parent94e32607840a58fe56afa80801915607bf168125 (diff)
downloademacs-68c7e82a0e5a12f599394eca897130873e44fcef.tar.gz
emacs-68c7e82a0e5a12f599394eca897130873e44fcef.zip
Remove definition of XColor.
Diffstat (limited to 'src/macgui.h')
-rw-r--r--src/macgui.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/macgui.h b/src/macgui.h
index 87c8cc48f04..a6ad18fddcf 100644
--- a/src/macgui.h
+++ b/src/macgui.h
@@ -37,16 +37,6 @@ typedef struct OpaqueWindowPtr* Window;
37typedef WindowPtr Window; 37typedef WindowPtr Window;
38#endif 38#endif
39 39
40/* A definition of XColor for non-X frames. */
41#ifndef HAVE_X_WINDOWS
42typedef struct {
43 unsigned long pixel;
44 unsigned short red, green, blue;
45 char flags;
46 char pad;
47} XColor;
48#endif
49
50#define FACE_DEFAULT (~0) 40#define FACE_DEFAULT (~0)
51 41
52 42