|
|
|
@ -703,7 +703,7 @@ bool LSkatApp::MakeInputDevice(int no)
|
|
|
|
|
if (doc->IsServer())
|
|
|
|
|
{
|
|
|
|
|
if (global_debug>10)
|
|
|
|
|
printf("We want theother one to be client\n");
|
|
|
|
|
printf("We want the other one to be client\n");
|
|
|
|
|
msg->AddData(TQCString("Client"),(short)-1); // force client
|
|
|
|
|
mInput->SendMsg(msg,no);
|
|
|
|
|
}
|
|
|
|
@ -711,7 +711,7 @@ bool LSkatApp::MakeInputDevice(int no)
|
|
|
|
|
else
|
|
|
|
|
{
|
|
|
|
|
if (global_debug>10)
|
|
|
|
|
printf("We want theother one to be server\n");
|
|
|
|
|
printf("We want the other one to be server\n");
|
|
|
|
|
msg->AddData(TQCString("Server"),(short)-1); // force server
|
|
|
|
|
mInput->SendMsg(msg,no);
|
|
|
|
|
}
|
|
|
|
|