xF: don't call into Xlib when running as a TUI

This commit is contained in:
2026-08-09 10:38:04 +02:00
parent f1170bc161
commit 6ba94ba664
+3
View File
@@ -1229,6 +1229,9 @@ static void
xui_request_attention (void)
{
#ifdef HAVE_X11
if (g_xui.ui != &x11_ui)
return;
XEvent xev =
{
.xclient.type = ClientMessage,