fookb: Add version 3.1 to repository.
[dockapps.git] / fookb / images.h
blob29d1b9389f98a8d707001920d41d5c7559e90906
1 /*
2 * images.h
3 *
4 * (c) 1998-2004 Alexey Vyskubov <alexey@mawhrin.net>
5 */
7 #ifndef IMAGES_H
8 #define IMAGES_H
10 int get_width();
11 int get_height();
12 void read_images(Display *dpy);
13 char *get_me_name(int);
15 //extern XImage *stupid_picture[5]; /* Icons for fookb */
17 void update_window(Window, GC, unsigned int, Display *);
18 #endif /* IMAGES_H */