Uncommented _BWidthBuffer_ constructor call
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6093 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -35,7 +35,7 @@
|
|||||||
#include <Roster.h>
|
#include <Roster.h>
|
||||||
#include <TextView.h>
|
#include <TextView.h>
|
||||||
|
|
||||||
//#include <WidthBuffer.h>
|
#include <WidthBuffer.h>
|
||||||
|
|
||||||
// Private definitions not placed in public headers
|
// Private definitions not placed in public headers
|
||||||
extern "C" void _init_global_fonts();
|
extern "C" void _init_global_fonts();
|
||||||
@@ -418,7 +418,7 @@ _init_interface_kit_()
|
|||||||
return widthSem;
|
return widthSem;
|
||||||
BTextView::sWidthSem = widthSem;
|
BTextView::sWidthSem = widthSem;
|
||||||
BTextView::sWidthAtom = 0;
|
BTextView::sWidthAtom = 0;
|
||||||
//sWidthBuffer = BTextView::sWidths = new _BWidthBuffer_;
|
BTextView::sWidths = new _BWidthBuffer_;
|
||||||
|
|
||||||
status_t result = get_menu_info(&BMenu::sMenuInfo);
|
status_t result = get_menu_info(&BMenu::sMenuInfo);
|
||||||
if (result != B_OK)
|
if (result != B_OK)
|
||||||
|
|||||||
Reference in New Issue
Block a user