Header cleanups (2/2) (#6275)

This commit is contained in:
Jasmine Iwanek
2025-10-03 21:40:32 -04:00
committed by GitHub
parent d1b29d7a4f
commit 8ac8461dd3
253 changed files with 428 additions and 1028 deletions

View File

@@ -8,8 +8,6 @@
*
* Program settings UI module.
*
*
*
* Authors: Joakim L. Gilje <jgilje@jgilje.net>
* Cacodemon345
* Teemu Korhonen
@@ -75,9 +73,9 @@ extern "C" {
}
struct mouseinputdata {
atomic_bool mouse_tablet_in_proximity;
atomic_bool mouse_tablet_in_proximity;
char *mouse_type;
char *mouse_type;
};
static mouseinputdata mousedata;