- Add jamfile,

- fix warning.
Note T9 could still be of use on the desktop, for ex by disabled people with enough mobility to access a numeric keypad...


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25998 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol 2008-06-17 16:45:20 +00:00
parent a94e61350c
commit 0895a4060f
3 changed files with 19 additions and 1 deletions

View File

@ -1,3 +1,4 @@
SubDir HAIKU_TOP src add-ons input_server methods ;
SubInclude HAIKU_TOP src add-ons input_server methods canna ;
SubInclude HAIKU_TOP src add-ons input_server methods t9 ;

View File

@ -0,0 +1,17 @@
SubDir HAIKU_TOP src add-ons input_server methods t9 ;
SetSubDirSupportedPlatformsBeOSCompatible ;
UsePrivateHeaders interface ;
SubDirSysHdrs $(SUBDIR) ;
SubDirHdrs [ FDirName $(SUBDIR) t9 ] ;
if $(TARGET_PLATFORM) != haiku {
SubDirC++Flags -fmultiple-symbol-spaces ;
}
Addon t9 :
T9InputServerMethod.cpp
: be textencoding input_server ;

View File

@ -127,7 +127,7 @@ T9InputServerMethod::~T9InputServerMethod()
filter_result T9InputServerMethod::Filter(BMessage *message, BList *outList)
{
status_t err;
//status_t err;
filter_result res = B_DISPATCH_MESSAGE;
bool keyUp = false;
BString bytes;