wmshutdown: Update manpage
[dockapps.git] / fookb / images.h
blob372aae1fd775129ab2427aba033e59f0212ccedd
1 /*
2 * images.h
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 */