wmshutdown: Add support for suspend and hibernate.
[dockapps.git] / wmcapshare / wmcapshare.h
blobf72498788f07b578a12d734a543412c015024f37
1 #ifndef WMCAPSHARE_H
2 #define WMCAPSHARE_H
4 #define CAP_WAIT 0
5 #define CAP_RECIEVE 1
6 #define CAP_CONNECT 2
8 void updateDisplay();
9 #endif