aboutsummaryrefslogtreecommitdiff
path: root/src/ClientWindow.hh
diff options
context:
space:
mode:
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