aboutsummaryrefslogtreecommitdiff
path: root/src/ClientWindow.hh
diff options
context:
space:
mode:
authorHenrik Kinnunen <fluxgen@fluxbox.org>2007-10-17 16:02:07 (GMT)
committerHenrik Kinnunen <fluxgen@fluxbox.org>2007-10-17 16:02:07 (GMT)
commit48e3a31cab2c6b515c26e69878f606a6d4d6df6f (patch)
tree976a0798689d3aa51548f422a41f35240807e354 /src/ClientWindow.hh
downloadfbpager-48e3a31cab2c6b515c26e69878f606a6d4d6df6f.zip
fbpager-48e3a31cab2c6b515c26e69878f606a6d4d6df6f.tar.bz2
initial commit
Diffstat (limited to 'src/ClientWindow.hh')
-rw-r--r--src/ClientWindow.hh11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ClientWindow.hh b/src/ClientWindow.hh
new file mode 100644
index 0000000..04c3fce
--- /dev/null
+++ b/src/ClientWindow.hh
@@ -0,0 +1,11 @@
1#ifndef CLIENTWINDOW_HH
2#define CLIENTWINDOW_HH
3
4#include "FbTk/FbWindow.hh"
5
6class ClientWindow:public FbTk::FbWindow {
7public:
8 explicit ClientWindow(Window win):FbTk::FbWindow(win) { }
9};
10
11#endif // CLIENTWINDOW_HH