From 709bbb9ea3397696d59efc9f57584263475d8db5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Wed, 13 Apr 2005 12:55:54 +0000 Subject: [PATCH] The input_server no longer uses R5 communication by default - this should fix the keyboard/mouse problems of most (because they probably didn't know about this flag). Still does not work for me, though. Note, if you want consoled the use the input_server, or if you want to use the input_server as an R5 replacement, you have to define this flag again. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12356 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/servers/input/InputServer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/servers/input/InputServer.h b/src/servers/input/InputServer.h index 05f78d2985..3b1adf9d1c 100644 --- a/src/servers/input/InputServer.h +++ b/src/servers/input/InputServer.h @@ -54,7 +54,7 @@ #include -#define USE_R5_STYLE_COMM +//#define USE_R5_STYLE_COMM // define this when R5 input_server communication should be used #define INPUTSERVER_SIGNATURE "application/x-vnd.Be-input_server"