added a TODO item

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23063 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stefano Ceccherini 2007-12-05 12:13:43 +00:00
parent d7c343d92c
commit ebe41f1a76

View File

@ -1683,6 +1683,7 @@ BWindow::UpdateIfNeeded()
BMessage *msg;
for (int32 i = 0; (msg = queue->FindMessage(i)) != NULL; i++) {
// TODO: Dispatch more messages ?!?!? Check what beos does.
if (msg->what == _UPDATE_ || msg->what == B_WINDOW_ACTIVATED) {
BWindow::DispatchMessage(msg, this);
// we need to make sure that no overridden method is called