From 0405ef356fa5f6ad33d0cd61a7bf803afd78dfba Mon Sep 17 00:00:00 2001 From: Stefano Ceccherini Date: Fri, 29 Apr 2005 20:28:53 +0000 Subject: [PATCH] Added AS_SCREEN_GET/SET_MODE git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12508 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/private/app/ServerProtocol.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/headers/private/app/ServerProtocol.h b/headers/private/app/ServerProtocol.h index df07d2ac5c..87811432c4 100644 --- a/headers/private/app/ServerProtocol.h +++ b/headers/private/app/ServerProtocol.h @@ -127,9 +127,9 @@ 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 -AS_GET_SCREEN_MODE, +// Screen methods +AS_SCREEN_GET_MODE, +AS_SCREEN_SET_MODE, // Global function call defs AS_SET_UI_COLORS,