forked from pyrite-dev/milsko
a little bit better
This commit is contained in:
parent
ab1dfc2e60
commit
1214cc0854
2 changed files with 47 additions and 2 deletions
|
|
@ -42,6 +42,8 @@ class MwView : public BView {
|
|||
void MessageReceived(BMessage* message);
|
||||
void PostMessage(BMessage* message);
|
||||
void PostMessage(uint32 command);
|
||||
status_t SendMessage(BMessage* message);
|
||||
status_t SendMessage(uint32 command);
|
||||
void Invalidate();
|
||||
|
||||
void AttachedToWindow();
|
||||
|
|
@ -88,7 +90,8 @@ enum BVIEW_MW_WHAT {
|
|||
BVIEW_MW_POLYGON,
|
||||
BVIEW_MW_LINE,
|
||||
BVIEW_MW_BITMAP,
|
||||
BVIEW_MW_RENDER
|
||||
BVIEW_MW_RENDER,
|
||||
BVIEW_MW_GET_MOUSE
|
||||
};
|
||||
|
||||
enum BWIN_MW_WHAT {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue