Merge pull request #5131 from rmt/master

Force layer-shell commit after configure
This commit is contained in:
Alexis Rouillard
2026-07-03 22:02:56 +02:00
committed by GitHub
2 changed files with 33 additions and 1 deletions
+1
View File
@@ -101,6 +101,7 @@ class Bar : public sigc::trackable {
void setMode(const bar_mode&);
void setPassThrough(bool passthrough);
void setPosition(Gtk::PositionType position);
void forceLayerCommit();
void onConfigure(GdkEventConfigure* ev);
void configureGlobalOffset(int width, int height);
void onOutputGeometryChanged();