From 182af733e766adda875a4e050819675bd1c8d65d Mon Sep 17 00:00:00 2001 From: DarkWyrm Date: Sat, 9 Nov 2002 22:01:30 +0000 Subject: [PATCH] Initial checkin of official version of protocol file git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1897 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/private/app/ServerProtocol.h | 1 + 1 file changed, 1 insertion(+) diff --git a/headers/private/app/ServerProtocol.h b/headers/private/app/ServerProtocol.h index 961683acc9..e36ae42560 100644 --- a/headers/private/app/ServerProtocol.h +++ b/headers/private/app/ServerProtocol.h @@ -47,6 +47,7 @@ #define SHOW_CURSOR 'srsc' #define HIDE_CURSOR 'srhc' #define OBSCURE_CURSOR 'sroc' +#define QUERY_CURSOR_HIDDEN 'qcuh' #define GFX_COUNT_WORKSPACES 'gcws' #define GFX_SET_WORKSPACE_COUNT 'ggwc'