diff src/glyphs.h @ 2054:91d4c8c65a0f

[xemacs-hg @ 2004-05-02 04:06:51 by malcolmp] Fix warnings and errors when building GTK using C++ and --use-union-type.
author malcolmp
date Sun, 02 May 2004 04:07:01 +0000
parents e22b0213b713
children 4ec724310f33
line wrap: on
line diff
--- a/src/glyphs.h	Sat May 01 21:50:40 2004 +0000
+++ b/src/glyphs.h	Sun May 02 04:07:01 2004 +0000
@@ -460,6 +460,7 @@
   IMAGE_SUBWINDOW,
   IMAGE_WIDGET
 };
+typedef enum image_instance_type image_instance_type;
 
 #define IMAGE_NOTHING_MASK (1 << 0)
 #define IMAGE_TEXT_MASK (1 << 1)