mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-01-28 22:04:43 -08:00
Updated server-Desktop_Refcount patchset
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=47091
This commit is contained in:
parent
c48811407e
commit
8f33477760
@ -5,7 +5,6 @@ Subject: [PATCH] server: Introduce a new alloc_handle object callback. (v2)
|
||||
|
||||
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
|
||||
---
|
||||
include/wine/server_protocol.h | 2 +-
|
||||
server/async.c | 2 ++
|
||||
server/atom.c | 1 +
|
||||
server/change.c | 1 +
|
||||
@ -43,18 +42,6 @@ Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
|
||||
server/winstation.c | 2 ++
|
||||
36 files changed, 79 insertions(+), 5 deletions(-)
|
||||
|
||||
diff --git a/include/wine/server_protocol.h b/include/wine/server_protocol.h
|
||||
index 9e26aa4..973f6df 100644
|
||||
--- a/include/wine/server_protocol.h
|
||||
+++ b/include/wine/server_protocol.h
|
||||
@@ -6677,6 +6677,6 @@ union generic_reply
|
||||
struct resume_process_reply resume_process_reply;
|
||||
};
|
||||
|
||||
-#define SERVER_PROTOCOL_VERSION 579
|
||||
+#define SERVER_PROTOCOL_VERSION 580
|
||||
|
||||
#endif /* __WINE_WINE_SERVER_PROTOCOL_H */
|
||||
diff --git a/server/async.c b/server/async.c
|
||||
index 75989e5..b5aff66 100644
|
||||
--- a/server/async.c
|
||||
|
Loading…
x
Reference in New Issue
Block a user