From 855d9d894805158b7ef8843b31384c958aee0121 Mon Sep 17 00:00:00 2001 From: Adi Oanca Date: Fri, 21 Jan 2005 21:01:14 +0000 Subject: [PATCH] Added two constants for app_server internal communication git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10933 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/private/app/ServerProtocol.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/headers/private/app/ServerProtocol.h b/headers/private/app/ServerProtocol.h index aa6f472f67..e455d83f5b 100644 --- a/headers/private/app/ServerProtocol.h +++ b/headers/private/app/ServerProtocol.h @@ -276,7 +276,11 @@ AS_LAYER_SET_FONT_STATE, AS_LAYER_GET_STATE, AS_LAYER_SET_VIEW_IMAGE, AS_LAYER_SET_PATTERN, -AS_SET_CURRENT_LAYER +AS_SET_CURRENT_LAYER, + +// app_server internal communication +AS_ROOTLAYER_SHOW_WINBORDER, +AS_ROOTLAYER_HIDE_WINBORDER }; #define AS_PATTERN_SIZE 8