From 880f50be8abe386c27305351f1f47a0fc30780a3 Mon Sep 17 00:00:00 2001 From: rbuj Date: Wed, 24 Feb 2021 13:52:42 +0100 Subject: bell: Unused static function 'bell_flash_screen' --- src/core/bell.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/core') diff --git a/src/core/bell.c b/src/core/bell.c index 107933ef..ce4e6132 100644 --- a/src/core/bell.c +++ b/src/core/bell.c @@ -56,6 +56,7 @@ #include "prefs.h" #include +#ifdef HAVE_XKB /** * Flashes one entire screen. This is done by making a window the size of the * whole screen (or reusing the old one, if it's still around), mapping it, @@ -135,6 +136,7 @@ bell_flash_screen (MetaDisplay *display, meta_display_increment_focus_sentinel (display); XFlush (display->xdisplay); } +#endif /* HAVE_XKB */ /** * Flashes one screen, or all screens, in response to a bell event. -- cgit v1.2.1