From 50b7ee5fc2a09a510928b5f21dd058fc4b84d9d8 Mon Sep 17 00:00:00 2001 From: Vincent Wei Date: Sat, 21 Mar 2020 17:47:43 +0800 Subject: [PATCH] add REQID_AUTHCLIENT --- src/include/client.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/include/client.h b/src/include/client.h index 181c52e4..a5cfe198 100644 --- a/src/include/client.h +++ b/src/include/client.h @@ -123,10 +123,10 @@ // Calculate the position a main window with WS_EX_AUTOPOSITION #define REQID_CALCPOSITION 0x0022 -// Get the shared screen surface for client -#define REQID_CALCPOSITION 0x0022 +// Authenticate client +#define REQID_AUTHCLIENT 0x0023 -#define REQID_SYS_LAST REQID_CALCPOSITION +#define REQID_SYS_LAST REQID_AUTHCLIENT /* * XXX: To fellows who need to add a new REQID,