From 52d97df59c51bcee72ec7650b29a043b736b0c25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Wed, 2 Nov 2005 10:51:46 +0000 Subject: [PATCH] The FontStyle now gives its locker a name. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14632 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/servers/app/FontFamily.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/servers/app/FontFamily.cpp b/src/servers/app/FontFamily.cpp index 558f1c2b1c..8dd838e552 100644 --- a/src/servers/app/FontFamily.cpp +++ b/src/servers/app/FontFamily.cpp @@ -24,7 +24,7 @@ const int32 kInvalidFamilyFlags = -1; \param face FreeType handle for the font file after it is loaded - it will be kept open until the FontStyle is destroied */ FontStyle::FontStyle(const char *path, FT_Face face) - : + : BLocker(face->style_name), fFTFace(face), fFontFamily(NULL), fName(face->style_name),