<div dir="ltr">Thanks. I wasn't completely sure how the server stuff was generated.<div><br></div><div>I'm happy to use a local flag instead. The app only needs a stub, honestly, so if that is preferred I can submit that instead. </div><div><br></div><div>-Andrew</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jun 26, 2017 at 2:14 AM, Alexandre Julliard <span dir="ltr"><<a href="mailto:julliard@winehq.org" target="_blank">julliard@winehq.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">Andrew Wesie <<a href="mailto:awesie@gmail.com">awesie@gmail.com</a>> writes:<br>
<br>
> Signed-off-by: Andrew Wesie <<a href="mailto:awesie@gmail.com">awesie@gmail.com</a>><br>
> ---<br>
>  include/wine/server_protocol.h | 9 ++++++---<br>
>  server/protocol.def            | 3 +++<br>
>  server/request.h               | 4 +++-<br>
>  server/window.c                | 4 ++++<br>
>  4 files changed, 16 insertions(+), 4 deletions(-)<br>
><br>
> diff --git a/include/wine/server_<wbr>protocol.h b/include/wine/server_<wbr>protocol.h<br>
> index d31579c..f442a94 100644<br>
> --- a/include/wine/server_<wbr>protocol.h<br>
> +++ b/include/wine/server_<wbr>protocol.h<br>
> @@ -47,7 +47,7 @@ struct reply_header<br>
><br>
>  struct request_max_size<br>
>  {<br>
> -    int pad[16];<br>
> +    int pad[18];<br>
>  };<br>
<br>
</span>You can't change the request size. Also note that this is a generated<br>
file, updated by tools/make_requests.<br>
<br>
Do you have an app that uses this across processes? Otherwise you can<br>
probably simply store a local flag for now.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Alexandre Julliard<br>
<a href="mailto:julliard@winehq.org">julliard@winehq.org</a><br>
</font></span></blockquote></div><br></div>