SendMessage allows for target specification Included BMessage friend classes to allow building whilst they are absent from BMessage.cpp More window-related code added git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3004 a95241bf-73f2-0310-859d-f6bbb57e9c96
10 lines
149 B
C
10 lines
149 B
C
#ifndef UTILS_H_
|
|
#define UTILS_H_
|
|
|
|
#include <Message.h>
|
|
#include <OS.h>
|
|
|
|
void SendMessage(port_id port, BMessage *message, int32 target=-1);
|
|
|
|
#endif
|