#ifndef _cache_h #define _cache_h typedef struct { int x,y; char *name; } cache_data; typedef Window cache_key; #endif