From 7bcf57c75bf64633fd0a18b30e32d4bf74291bed Mon Sep 17 00:00:00 2001 From: Adi Oanca Date: Sat, 22 Jan 2005 23:16:31 +0000 Subject: [PATCH] Another 2 constants git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10971 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/private/app/ServerProtocol.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/headers/private/app/ServerProtocol.h b/headers/private/app/ServerProtocol.h index 2c7457633f..52b9a3057d 100644 --- a/headers/private/app/ServerProtocol.h +++ b/headers/private/app/ServerProtocol.h @@ -282,7 +282,9 @@ AS_SET_CURRENT_LAYER, AS_ROOTLAYER_SHOW_WINBORDER, AS_ROOTLAYER_HIDE_WINBORDER, AS_ROOTLAYER_DO_INVALIDATE, -AS_ROOTLAYER_DO_REDRAW +AS_ROOTLAYER_DO_REDRAW, +AS_ROOTLAYER_LAYER_MOVE, +AS_ROOTLAYER_LAYER_RESIZE }; #define AS_PATTERN_SIZE 8