mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
Core, CtrlLib, RichEdit, ide: Fix warnigns on macOS. (#336)
This commit is contained in:
parent
61a62676ed
commit
1596195267
5 changed files with 8 additions and 20 deletions
|
|
@ -70,12 +70,6 @@ void PaintBasicHints(Ctrl *ctrl, Draw& w, const Rect& cr, const char *qtf, const
|
|||
r.tm = msecs();
|
||||
}
|
||||
|
||||
typedef bool (*MouseHook)(Ctrl *ctrl, bool inframe, int event, Point p,
|
||||
int zdelta, dword keyflags);
|
||||
typedef bool (*KeyHook)(Ctrl *ctrl, dword key, int count);
|
||||
typedef bool (*StateHook)(Ctrl *ctrl, int reason);
|
||||
typedef void (*PaintHook)(Ctrl *ctrl, Draw& draw, const Rect& clip);
|
||||
|
||||
static auto Stop = [](bool testmousepos = false) {
|
||||
int tm = msecs();
|
||||
Point mousepos;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue