fix x64 build

This commit is contained in:
Akash Mozumdar 2021-11-06 17:14:44 -06:00
parent 1f19a9e74d
commit 0346f95707

View File

@ -329,7 +329,7 @@ private:
dictionaryWindow.move(ui.display->mapToGlobal(QPoint(x, y - dictionaryWindow.height()))); dictionaryWindow.move(ui.display->mapToGlobal(QPoint(x, y - dictionaryWindow.height())));
} }
bool nativeEventFilter(const QByteArray&, void* message, LRESULT* result) override bool nativeEventFilter(const QByteArray&, void* message, long* result) override
{ {
auto msg = (MSG*)message; auto msg = (MSG*)message;
if (msg->message != WM_HOTKEY || msg->wParam != CLICK_THROUGH_HOTKEY) return false; if (msg->message != WM_HOTKEY || msg->wParam != CLICK_THROUGH_HOTKEY) return false;