From 6c85f3d5e60e60c401e3eb80eda338f9e28adf91 Mon Sep 17 00:00:00 2001 From: Adi Oanca Date: Sat, 22 Jan 2005 18:58:22 +0000 Subject: [PATCH] Added 2 more contants git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10957 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 e455d83f5b..2c7457633f 100644 --- a/headers/private/app/ServerProtocol.h +++ b/headers/private/app/ServerProtocol.h @@ -280,7 +280,9 @@ AS_SET_CURRENT_LAYER, // app_server internal communication AS_ROOTLAYER_SHOW_WINBORDER, -AS_ROOTLAYER_HIDE_WINBORDER +AS_ROOTLAYER_HIDE_WINBORDER, +AS_ROOTLAYER_DO_INVALIDATE, +AS_ROOTLAYER_DO_REDRAW }; #define AS_PATTERN_SIZE 8