request.h: size of unnamed array is negative

Hugh McMaster hugh.mcmaster at masterindexing.com
Sun Apr 14 20:54:57 CDT 2013


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.



More information about the wine-devel mailing list