Should have been part of r34388. be_clipboard initialization.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34390 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -18,6 +18,7 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
#include <Clipboard.h>
|
||||||
#include <ControlLook.h>
|
#include <ControlLook.h>
|
||||||
#include <Font.h>
|
#include <Font.h>
|
||||||
#include <Menu.h>
|
#include <Menu.h>
|
||||||
@@ -1028,6 +1029,10 @@ _init_interface_kit_()
|
|||||||
if (status < B_OK)
|
if (status < B_OK)
|
||||||
return status;
|
return status;
|
||||||
|
|
||||||
|
// init global clipboard
|
||||||
|
if (be_clipboard == NULL)
|
||||||
|
be_clipboard = new BClipboard(NULL);
|
||||||
|
|
||||||
// TODO: Could support different themes here in the future.
|
// TODO: Could support different themes here in the future.
|
||||||
be_control_look = new BControlLook();
|
be_control_look = new BControlLook();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user