From 843c11c95368ae26277260610ad53a0a7a62a5d6 Mon Sep 17 00:00:00 2001 From: Adi Oanca Date: Tue, 28 Jun 2005 15:09:02 +0000 Subject: [PATCH] another message git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13318 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 8275ad5cc8..52f7c3c0a3 100644 --- a/headers/private/app/ServerProtocol.h +++ b/headers/private/app/ServerProtocol.h @@ -306,6 +306,7 @@ enum { AS_ROOTLAYER_LAYER_MOVE, AS_ROOTLAYER_LAYER_RESIZE, AS_ROOTLAYER_LAYER_SCROLL, + AS_ROOTLAYER_LAYER_COPYBITS, AS_ROOTLAYER_ADD_TO_SUBSET, AS_ROOTLAYER_REMOVE_FROM_SUBSET, AS_ROOTLAYER_WINBORDER_SET_WORKSPACES,