Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
2053:11e709117623 | 2054:91d4c8c65a0f |
---|---|
28 #define _GCCACHE_GTK_H_ | 28 #define _GCCACHE_GTK_H_ |
29 | 29 |
30 struct gc_cache; | 30 struct gc_cache; |
31 struct gc_cache *make_gc_cache (GtkWidget *); | 31 struct gc_cache *make_gc_cache (GtkWidget *); |
32 void free_gc_cache (struct gc_cache *cache); | 32 void free_gc_cache (struct gc_cache *cache); |
33 GdkGC *gc_cache_lookup (struct gc_cache *, GdkGCValues *, GdkGCValuesMask mask); | 33 GdkGC *gc_cache_lookup (struct gc_cache *, GdkGCValues *, unsigned long mask); |
34 | 34 |
35 #endif /* _XGCCACHE_H_ */ | 35 #endif /* _XGCCACHE_H_ */ |