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
wmcube: use wmgeneral functions in libdockapp instead of the private copy.
[dockapps.git]
/
fookb
/
opts.h
blob
871a78a4b8cf1c59682440714ad7ab1e8249df4c
1
/*
2
* File: opts.h
3
*
4
* (c) 1998-2004 Alexey Vyskubov <alexey@mawhrin.net>
5
*
6
*/
7
8
#ifndef OPTS_H
9
#define OPTS_H
10
11
extern
char
*
icon1
, *
icon2
, *
icon3
, *
icon4
, *
iconboom
, *
display
;
12
13
#endif
/* OPTS_H */