From 345a37c4cfb895e0156223eab8b1af13ec071869 Mon Sep 17 00:00:00 2001 From: David Heidelberg Date: Tue, 2 Apr 2024 13:53:55 +0200 Subject: [PATCH] fixup! basic tablet/phone/watch autodetection --- src/defaultsettings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/defaultsettings.cpp b/src/defaultsettings.cpp index bc554cce4..74db46bc1 100644 --- a/src/defaultsettings.cpp +++ b/src/defaultsettings.cpp @@ -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;