From cd6f0b7869d99e50219d3099e1db5b3658e96673 Mon Sep 17 00:00:00 2001 From: DarkWyrm Date: Sat, 15 Jan 2005 22:09:42 +0000 Subject: [PATCH] Added codes to allow for initialization of system fonts git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10766 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/private/app/ServerProtocol.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/headers/private/app/ServerProtocol.h b/headers/private/app/ServerProtocol.h index 757b391588..984b34201b 100644 --- a/headers/private/app/ServerProtocol.h +++ b/headers/private/app/ServerProtocol.h @@ -98,6 +98,9 @@ AS_UPDATED_CLIENT_FONTLIST, AS_GET_FAMILY_ID, AS_GET_STYLE_ID, AS_GET_STYLE_FOR_FACE, +AS_SET_SYSFONT_PLAIN, +AS_SET_SYSFONT_BOLD, +AS_SET_SYSFONT_FIXED, // This will be modified. Currently a kludge for the input server until // BScreens are implemented by the IK Taeam