From 5f931929f74bd8c695ef90e0a4e0bebecc6ac634 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Mon, 7 Nov 2005 17:33:24 +0000 Subject: [PATCH] Accidently forgot to commit these files. They should have been part of r14751. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14756 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/private/servers/app/FontFamily.h | 6 +++--- headers/private/servers/app/FontManager.h | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/headers/private/servers/app/FontFamily.h b/headers/private/servers/app/FontFamily.h index deabafa114..c9dabebaef 100644 --- a/headers/private/servers/app/FontFamily.h +++ b/headers/private/servers/app/FontFamily.h @@ -107,7 +107,7 @@ class FontStyle : public SharedObject, public BLocker { { return fFamily; } uint16 ID() const { return fID; } - int32 Flags() const; + uint32 Flags() const; uint16 Face() const { return fFace; } @@ -172,7 +172,7 @@ class FontFamily { uint16 ID() const { return fID; } - int32 Flags(); + uint32 Flags(); bool HasStyle(const char* style) const; int32 CountStyles() const; @@ -183,7 +183,7 @@ class FontFamily { BObjectList fStyles; uint16 fID; uint16 fNextID; - int32 fFlags; + uint32 fFlags; }; #endif /* FONT_FAMILY_H_ */ diff --git a/headers/private/servers/app/FontManager.h b/headers/private/servers/app/FontManager.h index e068e25710..d65d0f0c23 100644 --- a/headers/private/servers/app/FontManager.h +++ b/headers/private/servers/app/FontManager.h @@ -39,7 +39,7 @@ class FontManager : public BLooper { virtual void MessageReceived(BMessage* message); - int32 CheckUpdate(uid_t user); + int32 CheckRevision(uid_t user); int32 CountFamilies(); int32 CountStyles(const char *family);