~ctwm/ctwm/trunk

1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * General image handling function bits
 */
#ifndef _IMAGE_H
#define _IMAGE_H

#include <stdbool.h>

#include "types.h"

extern bool reportfilenotfound;
extern Colormap AlternateCmap;

#endif /* _IMAGE_H */