comparison src/macgui.h @ 50363:6bc35dcf692b

(XrmDatabase): New (dummy) typedef.
author Kim F. Storm <storm@cua.dk>
date Mon, 31 Mar 2003 20:35:17 +0000
parents c0f3ec529c05
children 695cf19ef79e
comparison
equal deleted inserted replaced
50362:6d942c1d5f2d 50363:6bc35dcf692b
25 25
26 typedef int Pixmap; 26 typedef int Pixmap;
27 typedef int Bitmap; 27 typedef int Bitmap;
28 28
29 typedef int Display; /* fix later */ 29 typedef int Display; /* fix later */
30
31 typedef char * XrmDatabase; /* fix later */
30 32
31 typedef unsigned long Time; 33 typedef unsigned long Time;
32 34
33 #if MAC_OSX 35 #if MAC_OSX
34 typedef struct OpaqueWindowPtr* Window; 36 typedef struct OpaqueWindowPtr* Window;