summaryrefslogtreecommitdiff
path: root/x11/libqpe-x11/qt/qwindowsystem_qws.h
Unidiff
Diffstat (limited to 'x11/libqpe-x11/qt/qwindowsystem_qws.h') (more/less context) (ignore whitespace changes)
-rw-r--r--x11/libqpe-x11/qt/qwindowsystem_qws.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/x11/libqpe-x11/qt/qwindowsystem_qws.h b/x11/libqpe-x11/qt/qwindowsystem_qws.h
new file mode 100644
index 0000000..7bc43c5
--- a/dev/null
+++ b/x11/libqpe-x11/qt/qwindowsystem_qws.h
@@ -0,0 +1,18 @@
1#ifndef OPIE_QWINDOWSYSTEM_H
2#define OPIE_QWINDOWSYSTEM_H
3
4class QWSServer {
5public:
6QWSServer(){}
7~QWSServer(){}
8 static void sendKeyEvent(int, int, int, bool, bool ) { }
9 struct KeyboardFilter {
10 };
11 static void setKeyboardFilter( KeyboardFilter* ) {
12
13 }
14
15};
16
17
18#endif