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,