From be94b51d74b981135f7354bd8bc280c567ff934f Mon Sep 17 00:00:00 2001
From: Adi Oanca <adioanca@nowhere.fake>
Date: Mon, 21 Mar 2005 20:23:30 +0000
Subject: [PATCH] Added AS_LAYER_SET_EVENT_MASK

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@11944 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 1e6f0ab277..511f5b4a60 100644
--- a/headers/private/app/ServerProtocol.h
+++ b/headers/private/app/ServerProtocol.h
@@ -257,6 +257,7 @@ AS_LAYER_DRAW_BITMAP_ASYNC_IN_RECT,
 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_DRAW_STRING,
 AS_LAYER_SET_CLIP_REGION,