From e4365762e67342ba6ebbc424caadc38e7de2dba7 Mon Sep 17 00:00:00 2001 From: Adi Oanca Date: Fri, 18 Mar 2005 18:01:33 +0000 Subject: [PATCH] added AS_ROOTLAYER_REMOVE_FROM_SUBSET git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@11905 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/private/app/ServerProtocol.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/headers/private/app/ServerProtocol.h b/headers/private/app/ServerProtocol.h index 6feea20825..1e6f0ab277 100644 --- a/headers/private/app/ServerProtocol.h +++ b/headers/private/app/ServerProtocol.h @@ -285,7 +285,8 @@ AS_ROOTLAYER_DO_INVALIDATE, AS_ROOTLAYER_DO_REDRAW, AS_ROOTLAYER_LAYER_MOVE, AS_ROOTLAYER_LAYER_RESIZE, -AS_ROOTLAYER_ADD_TO_SUBSET +AS_ROOTLAYER_ADD_TO_SUBSET, +AS_ROOTLAYER_REMOVE_FROM_SUBSET }; #define AS_PATTERN_SIZE 8