From 876a13d8dc0eb63c955a6a2c0856ef719357d896 Mon Sep 17 00:00:00 2001 From: Adi Oanca Date: Tue, 28 Jun 2005 12:02:49 +0000 Subject: [PATCH] added a scroll message git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13308 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 666846b771..8275ad5cc8 100644 --- a/headers/private/app/ServerProtocol.h +++ b/headers/private/app/ServerProtocol.h @@ -305,6 +305,7 @@ enum { AS_ROOTLAYER_DO_REDRAW, AS_ROOTLAYER_LAYER_MOVE, AS_ROOTLAYER_LAYER_RESIZE, + AS_ROOTLAYER_LAYER_SCROLL, AS_ROOTLAYER_ADD_TO_SUBSET, AS_ROOTLAYER_REMOVE_FROM_SUBSET, AS_ROOTLAYER_WINBORDER_SET_WORKSPACES,