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:
Ingo Weinhold
2009-11-30 21:12:29 +00:00
parent 8004aeb40b
commit ea3a947109
+5
View File
@@ -18,6 +18,7 @@
#include <stdlib.h>
#include <string.h>
#include <Clipboard.h>
#include <ControlLook.h>
#include <Font.h>
#include <Menu.h>
@@ -1028,6 +1029,10 @@ _init_interface_kit_()
if (status < B_OK)
return status;
// init global clipboard
if (be_clipboard == NULL)
be_clipboard = new BClipboard(NULL);
// TODO: Could support different themes here in the future.
be_control_look = new BControlLook();