added our input server signature in comment
added #ifndef COMPILE_FOR_R5 to avoid BPortLink linkage when needed git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8676 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -285,8 +285,9 @@ status_t _control_input_server_(BMessage *command, BMessage *reply)
|
||||
input_server = new BMessenger;
|
||||
|
||||
if (!input_server->IsValid())
|
||||
*input_server = BMessenger("Application/x-vnd.Be-input_server", -1, NULL);
|
||||
|
||||
*input_server = BMessenger("application/x-vnd.Be-input_server", -1, NULL);
|
||||
//*input_server = BMessenger("application/x-vnd.OBOS-input_server", -1, NULL);
|
||||
|
||||
status_t err = input_server->SendMessage(command, reply);
|
||||
|
||||
if (err != B_OK)
|
||||
|
||||
Reference in New Issue
Block a user