Mercurial > hg > xemacs-beta
comparison src/xgccache.h @ 398:74fd4e045ea6 r21-2-29
Import from CVS: tag r21-2-29
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:13:30 +0200 |
parents | 376386a54a3c |
children | 697ef44129c6 |
comparison
equal
deleted
inserted
replaced
397:f4aeb21a5bad | 398:74fd4e045ea6 |
---|---|
21 | 21 |
22 /* Synched up with: Not in FSF. */ | 22 /* Synched up with: Not in FSF. */ |
23 | 23 |
24 /* Written by jwz, 14 jun 93 */ | 24 /* Written by jwz, 14 jun 93 */ |
25 | 25 |
26 #ifndef _XGCCACHE_H_ | 26 #ifndef INCLUDED_xgccache_h_ |
27 #define _XGCCACHE_H_ | 27 #define INCLUDED_xgccache_h_ |
28 | 28 |
29 struct gc_cache; | 29 struct gc_cache; |
30 struct gc_cache *make_gc_cache (Display *, Window); | 30 struct gc_cache *make_gc_cache (Display *, Window); |
31 void free_gc_cache (struct gc_cache *cache); | 31 void free_gc_cache (struct gc_cache *cache); |
32 GC gc_cache_lookup (struct gc_cache *, XGCValues *, unsigned long mask); | 32 GC gc_cache_lookup (struct gc_cache *, XGCValues *, unsigned long mask); |
33 | 33 |
34 #endif /* _XGCCACHE_H_ */ | 34 #endif /* INCLUDED_xgccache_h_ */ |