Finally got around to removing the BFont memory leak
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2854 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -142,9 +142,6 @@ public:
|
|||||||
BFont(void);
|
BFont(void);
|
||||||
BFont(const BFont &font);
|
BFont(const BFont &font);
|
||||||
BFont(const BFont *font);
|
BFont(const BFont *font);
|
||||||
/* XXX TODO: R5 doesn't have a destructor, so we get linking errors when objects compiled with old headers with the new library
|
|
||||||
~BFont(void);
|
|
||||||
*/
|
|
||||||
|
|
||||||
status_t SetFamilyAndStyle(const font_family family,
|
status_t SetFamilyAndStyle(const font_family family,
|
||||||
const font_style style);
|
const font_style style);
|
||||||
@@ -263,8 +260,7 @@ private:
|
|||||||
uint16 fFace;
|
uint16 fFace;
|
||||||
uint32 fFlags;
|
uint32 fFlags;
|
||||||
font_height fHeight;
|
font_height fHeight;
|
||||||
BFontPrivate *private_data;
|
uint32 _reserved[3];
|
||||||
uint32 _reserved[2];
|
|
||||||
|
|
||||||
void SetPacket(void *packet) const;
|
void SetPacket(void *packet) const;
|
||||||
void GetTruncatedStrings64(const char *stringArray[],
|
void GetTruncatedStrings64(const char *stringArray[],
|
||||||
|
|||||||
Reference in New Issue
Block a user