From 26cb832472ef52b0fe09ff0827f82d938e20bf8f Mon Sep 17 00:00:00 2001 From: Alan Griffiths Date: Tue, 28 May 2024 17:10:50 +0100 Subject: [PATCH] It helps to commit all the changes --- src/egfullscreenclient.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/egfullscreenclient.h b/src/egfullscreenclient.h index 1aef682..35881a3 100644 --- a/src/egfullscreenclient.h +++ b/src/egfullscreenclient.h @@ -212,6 +212,8 @@ class FullscreenClient void draw(); + void check_for_exposed_outputs(); + mir::Fd const draw_signal; mir::Fd const shutdown_signal; mir::Fd const diagnostic_signal; @@ -256,8 +258,6 @@ class FullscreenClient bool diagnostic_wants_to_draw = false; bool diagnostic_exists = false; - - void check_for_exposed_output(); }; }