From e89703046880712cfffdc8df65850dd23685db1b Mon Sep 17 00:00:00 2001 From: Adi Oanca Date: Mon, 23 May 2005 17:18:59 +0000 Subject: [PATCH] Added a new message code. It's for setting mouse event mask git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12787 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/private/app/ServerProtocol.h | 1 + 1 file changed, 1 insertion(+) diff --git a/headers/private/app/ServerProtocol.h b/headers/private/app/ServerProtocol.h index 66bb88ed60..ecc4b2df9b 100644 --- a/headers/private/app/ServerProtocol.h +++ b/headers/private/app/ServerProtocol.h @@ -259,6 +259,7 @@ AS_LAYER_DRAW_BITMAP_ASYNC_AT_POINT, AS_LAYER_DRAW_BITMAP_SYNC_IN_RECT, AS_LAYER_DRAW_BITMAP_SYNC_AT_POINT, AS_LAYER_SET_EVENT_MASK, +AS_LAYER_SET_MOUSE_EVENT_MASK, AS_LAYER_DRAW_STRING, AS_LAYER_SET_CLIP_REGION,