From 68dcbfb983697e4ab514a0c13ab3c0d8e4c765b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Thu, 16 Jun 2005 00:58:12 +0000 Subject: [PATCH] Those commands were used but not defined, obviously some forgot to update this file. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13165 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/private/app/ServerProtocol.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/headers/private/app/ServerProtocol.h b/headers/private/app/ServerProtocol.h index f7923f93a3..810d7f6e0d 100644 --- a/headers/private/app/ServerProtocol.h +++ b/headers/private/app/ServerProtocol.h @@ -142,6 +142,8 @@ enum { AS_SET_DECORATOR, AS_GET_DECORATOR, AS_R5_SET_DECORATOR, + AS_COUNT_DECORATORS, + AS_GET_DECORATOR_NAME, AS_COUNT_WORKSPACES, AS_SET_WORKSPACE_COUNT,