aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKim F. Storm2003-03-31 20:35:17 +0000
committerKim F. Storm2003-03-31 20:35:17 +0000
commit574bdd83edd0453af4a04dd3adcfc19215c75ae7 (patch)
treea1344f0626d4fa580de42db8c550a82892c2e59c /src
parent6d9063478ad19c0773e369726fde7b250cda363d (diff)
downloademacs-574bdd83edd0453af4a04dd3adcfc19215c75ae7.tar.gz
emacs-574bdd83edd0453af4a04dd3adcfc19215c75ae7.zip
(XrmDatabase): New (dummy) typedef.
Diffstat (limited to 'src')
-rw-r--r--src/macgui.h2
-rw-r--r--src/w32gui.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/macgui.h b/src/macgui.h
index d497005e344..e04cf448b4a 100644
--- a/src/macgui.h
+++ b/src/macgui.h
@@ -28,6 +28,8 @@ typedef int Bitmap;
28 28
29typedef int Display; /* fix later */ 29typedef int Display; /* fix later */
30 30
31typedef char * XrmDatabase; /* fix later */
32
31typedef unsigned long Time; 33typedef unsigned long Time;
32 34
33#if MAC_OSX 35#if MAC_OSX
diff --git a/src/w32gui.h b/src/w32gui.h
index 690ec66f8d5..7aedfbc47ec 100644
--- a/src/w32gui.h
+++ b/src/w32gui.h
@@ -72,6 +72,8 @@ typedef struct _XGCValues
72typedef HBITMAP Pixmap; 72typedef HBITMAP Pixmap;
73typedef HBITMAP Bitmap; 73typedef HBITMAP Bitmap;
74 74
75typedef char * XrmDatabase;
76
75typedef XGCValues * GC; 77typedef XGCValues * GC;
76typedef COLORREF Color; 78typedef COLORREF Color;
77typedef DWORD Time; 79typedef DWORD Time;