(Display): Typedef to opaque type.

This commit is contained in:
YAMAMOTO Mitsuharu 2007-01-09 08:53:41 +00:00
parent ae8279db78
commit b0b2caf8cf

View file

@ -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;