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
wmail: fixed some typo's.
[dockapps.git]
/
wmcapshare
/
wmcapshare.h
blob
f72498788f07b578a12d734a543412c015024f37
1
#ifndef WMCAPSHARE_H
2
#define WMCAPSHARE_H
3
4
#define CAP_WAIT 0
5
#define CAP_RECIEVE 1
6
#define CAP_CONNECT 2
7
8
void
updateDisplay
();
9
#endif