From 199b0a6a22f7c986a468f2154c5bb6df9fe452b4 Mon Sep 17 00:00:00 2001 From: DarkWyrm Date: Tue, 18 Jan 2005 23:15:54 +0000 Subject: [PATCH] Added a code to handle BFont::SetFamilyAndStyle(char *, NULL) git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10857 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 cf919d3076..2c2adcbe78 100644 --- a/headers/private/app/ServerProtocol.h +++ b/headers/private/app/ServerProtocol.h @@ -105,6 +105,7 @@ AS_GET_TUNED_INFO, AS_GET_FONT_HEIGHT, AS_QUERY_FONT_FIXED, +AS_SET_FAMILY_NAME, AS_SET_FAMILY_AND_STYLE, AS_SET_FAMILY_AND_FACE,