On Apr 14, 7:20 PM, Hugh McMaster wrote:
Is there something special/different that needs to be done for the server to accept input?
I can answer this myself now.
SERVER_START_REQ { req->spi_workarea.right = workarea.right; req->spi_workarea.bottom = workarea.bottom; wine_server_call( req ); } SERVER_END_REQ;
The key is to include the last line of the server request.