Use window instead of embedder application

This commit is contained in:
Javier Serrano Polo
2017-04-01 01:11:05 +02:00
committed by Lukas W
parent 12f6ea5566
commit f87f3638e1
10 changed files with 115 additions and 610 deletions

View File

@@ -1217,7 +1217,7 @@ RemotePluginClient::RemotePluginClient( const char * socketPath ) :
if( waitForMessage( IdBufferSizeInformation ).id
!= IdBufferSizeInformation )
{
fprintf( stderr, "Could not get buffer size information.\n" );
fprintf( stderr, "Could not get buffer size information\n" );
}
sendMessage( IdHostInfoGotten );
}