From: YAMAMOTO Mitsuharu Date: Tue, 9 Jan 2007 08:53:41 +0000 (+0000) Subject: (Display): Typedef to opaque type. X-Git-Tag: emacs-pretest-22.0.93~201 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b0b2caf8cfa1f9c25693d0294d9d2800cb4bcb7e;p=emacs.git (Display): Typedef to opaque type. --- 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. */ #ifndef EMACS_MACGUI_H #define EMACS_MACGUI_H -typedef int Display; /* fix later */ +typedef struct _XDisplay Display; /* opaque */ typedef Lisp_Object XrmDatabase;