comparison src/macgui.h @ 75154:ad5ff45b52ef

(Display): Typedef to opaque type.
author YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
date Tue, 09 Jan 2007 08:53:41 +0000
parents 979156e19838
children 3d45362f1d38
comparison
equal deleted inserted replaced
75153:fd0c738b5d49 75154:ad5ff45b52ef
22 /* Contributed by Andrew Choi (akochoi@mac.com). */ 22 /* Contributed by Andrew Choi (akochoi@mac.com). */
23 23
24 #ifndef EMACS_MACGUI_H 24 #ifndef EMACS_MACGUI_H
25 #define EMACS_MACGUI_H 25 #define EMACS_MACGUI_H
26 26
27 typedef int Display; /* fix later */ 27 typedef struct _XDisplay Display; /* opaque */
28 28
29 typedef Lisp_Object XrmDatabase; 29 typedef Lisp_Object XrmDatabase;
30 30
31 typedef unsigned long Time; 31 typedef unsigned long Time;
32 32