| commit | d23627fda9878f0a8640c24d95145d56882ba503 | [log] [tgz] |
|---|---|---|
| author | fraggerfox <santhosh.raju@gmail.com> | Tue Sep 28 09:17:19 2021 +0200 |
| committer | BenBE <BenBE@geshi.org> | Wed Sep 29 22:21:53 2021 +0200 |
| tree | 6454a0cede8090761943e7f95a44aa8795a4406f | |
| parent | 4c846921a6b4a9883621978f90f579ad88a38450 [diff] |
Adds a missing HAVE_GETMOUSE check.
Fixes builds failing with error
MainPanel.c:65:62: error: 'Settings {aka struct Settings_}' has no member named 'enableMouse'
if (ch != ERR && (ch != KEY_MOUSE || this->state->settings->enableMouse))