Added TODO. The implementation should be revised. BClipboard::{Local,System}Count() is broken and I can see why. Instead of just fixing that a reimiplementation is probably best.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10683 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -5,6 +5,13 @@
|
|||||||
|
|
||||||
#include "ClipboardHandler.h"
|
#include "ClipboardHandler.h"
|
||||||
|
|
||||||
|
// bonefish: TODO: Cleanup/reimplement! The ClipboardTree doesn't need to be a
|
||||||
|
// tree at all. Strip it off fLeftChild, fRightChild, and fCount and we have a
|
||||||
|
// server-side clipboard representation. Simply use a name->clipboard map to
|
||||||
|
// manage the clipboards. The clipboard count (which doesn't work at the
|
||||||
|
// moment) will be the size of the map.
|
||||||
|
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\class ClipboardHandler
|
\class ClipboardHandler
|
||||||
\brief Handles all clipboard related requests.
|
\brief Handles all clipboard related requests.
|
||||||
|
|||||||
Reference in New Issue
Block a user