Andrew Wesie awesie@gmail.com writes:
Signed-off-by: Andrew Wesie awesie@gmail.com
include/wine/server_protocol.h | 9 ++++++--- server/protocol.def | 3 +++ server/request.h | 4 +++- server/window.c | 4 ++++ 4 files changed, 16 insertions(+), 4 deletions(-)
diff --git a/include/wine/server_protocol.h b/include/wine/server_protocol.h index d31579c..f442a94 100644 --- a/include/wine/server_protocol.h +++ b/include/wine/server_protocol.h @@ -47,7 +47,7 @@ struct reply_header
struct request_max_size {
- int pad[16];
- int pad[18];
};
You can't change the request size. Also note that this is a generated file, updated by tools/make_requests.
Do you have an app that uses this across processes? Otherwise you can probably simply store a local flag for now.