#ifndef _cache_h
#define _cache_h


typedef struct
{
  int x,y;
} cache_data;

typedef Window cache_key;

#endif
