From 632d3e87a7e2cf6efecb676987d622e937ecafb8 Mon Sep 17 00:00:00 2001 From: zecke Date: Sat, 16 Apr 2005 22:00:51 +0000 Subject: Opie/X11: Minor updates to build a recent Opie version for usage with the X Window System --- (limited to 'x11/libqpe-x11/qt') diff --git a/x11/libqpe-x11/qt/qwindowsystem_qws.h b/x11/libqpe-x11/qt/qwindowsystem_qws.h index 88902c8..42470cd 100644 --- a/x11/libqpe-x11/qt/qwindowsystem_qws.h +++ b/x11/libqpe-x11/qt/qwindowsystem_qws.h @@ -10,6 +10,9 @@ QWSServer(){} ~QWSServer(){} static void sendKeyEvent(int, int, int, bool, bool ) { } struct KeyboardFilter { + bool filter(int,int,int,bool,bool) { + return false; + } }; static void setKeyboardFilter( KeyboardFilter* ) { -- cgit v0.9.0.2