comparison src/xgccache.h @ 440:8de8e3f6228a r21-2-28

Import from CVS: tag r21-2-28
author cvs
date Mon, 13 Aug 2007 11:33:38 +0200
parents 74fd4e045ea6
children 697ef44129c6
comparison
equal deleted inserted replaced
439:357dd071b03c 440:8de8e3f6228a
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_ */