Mercurial > hg > xemacs-beta
diff src/gccache-gtk.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 | 0784d089fdc9 |
children |
line wrap: on
line diff
--- a/src/gccache-gtk.h Sat May 01 21:50:40 2004 +0000 +++ b/src/gccache-gtk.h Sun May 02 04:07:01 2004 +0000 @@ -30,6 +30,6 @@ struct gc_cache; struct gc_cache *make_gc_cache (GtkWidget *); void free_gc_cache (struct gc_cache *cache); -GdkGC *gc_cache_lookup (struct gc_cache *, GdkGCValues *, GdkGCValuesMask mask); +GdkGC *gc_cache_lookup (struct gc_cache *, GdkGCValues *, unsigned long mask); #endif /* _XGCCACHE_H_ */