aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu2007-01-09 08:53:41 +0000
committerYAMAMOTO Mitsuharu2007-01-09 08:53:41 +0000
commitb0b2caf8cfa1f9c25693d0294d9d2800cb4bcb7e (patch)
tree8c6182e2517dcdb2a94ff06e98a2e9b63cd9697b /src
parentae8279db7859bc90a2ecca073b50918dac52d159 (diff)
downloademacs-b0b2caf8cfa1f9c25693d0294d9d2800cb4bcb7e.tar.gz
emacs-b0b2caf8cfa1f9c25693d0294d9d2800cb4bcb7e.zip
(Display): Typedef to opaque type.
Diffstat (limited to 'src')
-rw-r--r--src/macgui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/macgui.h b/src/macgui.h
index 3a9913181de..7eed001a4db 100644
--- a/src/macgui.h
+++ b/src/macgui.h
@@ -24,7 +24,7 @@ Boston, MA 02110-1301, USA. */
24#ifndef EMACS_MACGUI_H 24#ifndef EMACS_MACGUI_H
25#define EMACS_MACGUI_H 25#define EMACS_MACGUI_H
26 26
27typedef int Display; /* fix later */ 27typedef struct _XDisplay Display; /* opaque */
28 28
29typedef Lisp_Object XrmDatabase; 29typedef Lisp_Object XrmDatabase;
30 30