aboutsummaryrefslogtreecommitdiff
path: root/src/aoapplication.h
diff options
context:
space:
mode:
authorSalanto <62221668+Salanto@users.noreply.github.com>2024-07-12 00:06:21 +0200
committerSalanto <62221668+Salanto@users.noreply.github.com>2024-07-12 00:06:21 +0200
commit8fac2ada62a5256bb0ba563d3e696762cf861a7d (patch)
tree7b7fe2fba7ebd784afbbd9a93a6817f97ad1bb2d /src/aoapplication.h
parentb882917af845b4d792daafeadccd05e7840d2395 (diff)
Harden screen position check against missing monitors
Diffstat (limited to 'src/aoapplication.h')
-rw-r--r--src/aoapplication.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/aoapplication.h b/src/aoapplication.h
index b5d7fb5e..998f3499 100644
--- a/src/aoapplication.h
+++ b/src/aoapplication.h
@@ -325,6 +325,8 @@ public:
// The file name of the log file in base/logs.
QString log_filename;
+ bool pointExistsOnScreen(QPoint point);
+
void initBASS();
static void load_bass_plugins();
static void CALLBACK BASSreset(HSTREAM handle, DWORD channel, DWORD data, void *user);