equal
deleted
inserted
replaced
6 #define WINDOW_FUNC_H |
6 #define WINDOW_FUNC_H |
7 |
7 |
8 #include "window_type.h" |
8 #include "window_type.h" |
9 #include "player_type.h" |
9 #include "player_type.h" |
10 |
10 |
11 /** |
|
12 * Marks the window as dirty for repaint. |
|
13 * |
|
14 * @ingroup dirty |
|
15 */ |
|
16 void SetWindowDirty(const Window *w); |
11 void SetWindowDirty(const Window *w); |
17 void SendWindowMessage(WindowClass wnd_class, WindowNumber wnd_num, int msg, int wparam, int lparam); |
12 void SendWindowMessage(WindowClass wnd_class, WindowNumber wnd_num, int msg, int wparam, int lparam); |
18 void SendWindowMessageClass(WindowClass wnd_class, int msg, int wparam, int lparam); |
13 void SendWindowMessageClass(WindowClass wnd_class, int msg, int wparam, int lparam); |
19 |
14 |
20 Window *FindWindowById(WindowClass cls, WindowNumber number); |
15 Window *FindWindowById(WindowClass cls, WindowNumber number); |