repo.or.cz
/
dockapps.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
wmbattery: move labels to the beginning of the line.
[dockapps.git]
/
fookb
/
images.h
blob
372aae1fd775129ab2427aba033e59f0212ccedd
1
/*
2
* images.h
3
*
4
* (c) 1998-2004 Alexey Vyskubov <alexey@mawhrin.net>
5
*/
6
7
#ifndef IMAGES_H
8
#define IMAGES_H
9
10
int
get_width
();
11
int
get_height
();
12
void
read_images
(
Display
*
dpy
);
13
char
*
get_me_name
(
int
);
14
15
//extern XImage *stupid_picture[5]; /* Icons for fookb */
16
17
void
update_window
(
Window
,
GC
,
unsigned int
,
Display
*);
18
#endif
/* IMAGES_H */