fixup! basic tablet/phone/watch autodetection

This commit is contained in:
David Heidelberg 2024-04-02 13:53:55 +02:00
parent e9c01e9d41
commit 345a37c4cf
No known key found for this signature in database
GPG Key ID: 60023FC4D3492072
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
* this could be done in future with D-Bus using query:
* busctl get-property org.freedesktop.hostname1 /org/freedesktop/hostname1 org.freedesktop.hostname1 Chassis
*/
bool detect_touch()
static bool detect_touch()
{
#if defined(__ANDROID__)
return true;