From cb51da76c935281a551a911b61eaec2b4d31b14c Mon Sep 17 00:00:00 2001 From: Adi Oanca Date: Thu, 25 Sep 2003 12:10:41 +0000 Subject: [PATCH] added an new message git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4798 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/private/app/ServerProtocol.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/headers/private/app/ServerProtocol.h b/headers/private/app/ServerProtocol.h index 424ab54acc..e3c0eb13e1 100644 --- a/headers/private/app/ServerProtocol.h +++ b/headers/private/app/ServerProtocol.h @@ -12,6 +12,7 @@ enum // Used for quick replies from the app_server SERVER_TRUE='_srt', SERVER_FALSE, +AS_SERVER_BMESSAGE, // Application definitions AS_CREATE_APP, @@ -213,8 +214,8 @@ AS_LAYER_SET_LOW_COLOR, AS_LAYER_SET_VIEW_COLOR, AS_LAYER_GET_COLORS, AS_LAYER_PRINT_ALIASING, -AS_LAYER_CLIP_PICTURE, -AS_LAYER_CLIP_INVERSE_PICTURE, +AS_LAYER_CLIP_TO_PICTURE, +AS_LAYER_CLIP_TO_INVERSE_PICTURE, AS_LAYER_GET_CLIP_REGION, AS_LAYER_DRAW_BITMAP_ASYNC_IN_RECT, AS_LAYER_DRAW_BITMAP_ASYNC_AT_POINT, @@ -233,6 +234,7 @@ AS_LAYER_INVAL_RECT, AS_LAYER_INVAL_REGION, AS_LAYER_INVERT_RECT, AS_LAYER_MOVETO, +AS_LAYER_RESIZETO, AS_LAYER_SET_STATE, AS_LAYER_SET_FONT_STATE, AS_LAYER_GET_STATE,