* Give the BClipboard lock a name.

* be_clipboard is no longer created at libbe initialization time. The
  BApplication creates it as done in BeOS. This requires manual
  initialization in the registrar to avoid a deadlock on shutdown.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34388 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2009-11-30 17:14:00 +00:00
parent 3c0c94f81c
commit 4701b640d9
4 changed files with 15 additions and 36 deletions
-12
View File
@@ -1,12 +0,0 @@
// ClipboardPrivate.h
#ifndef _CLIPBOARD_PRIVATE_H
#define _CLIPBOARD_PRIVATE_H
namespace BPrivate {
void init_clipboard();
};
#endif // _CLIPBOARD_PRIVATE_H