Replaced _view_attr with ViewAttr class to remove a crash
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5620 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -42,7 +42,12 @@ enum {
|
|||||||
B_VIEW_EVMASK_BIT = 0x00004000
|
B_VIEW_EVMASK_BIT = 0x00004000
|
||||||
};
|
};
|
||||||
|
|
||||||
struct _view_attr_{
|
|
||||||
|
//struct _view_attr_{
|
||||||
|
class ViewAttr
|
||||||
|
{
|
||||||
|
public:
|
||||||
|
ViewAttr(void);
|
||||||
BFont font;
|
BFont font;
|
||||||
uint16 fontFlags;
|
uint16 fontFlags;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user