Skip to content

Commit

Permalink
It helps to commit all the changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanGriffiths committed May 28, 2024
1 parent 59868aa commit 26cb832
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/egfullscreenclient.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -256,8 +258,6 @@ class FullscreenClient

bool diagnostic_wants_to_draw = false;
bool diagnostic_exists = false;

void check_for_exposed_output();
};
}

Expand Down

0 comments on commit 26cb832

Please sign in to comment.