Honor "floating windows are dialogs" for tearoffs

This commit is contained in:
Robin Gareus
2021-07-22 04:37:42 +02:00
parent dabcb57b6b
commit 6c6f2df849
2 changed files with 12 additions and 1 deletions

View File

@@ -41,6 +41,7 @@ public:
sigc::signal<void> ColorsChanged;
virtual float get_ui_scale () = 0;
virtual bool get_all_floating_windows_are_dialogs () const = 0;
virtual bool get_widget_prelight () const = 0;
virtual Gtkmm2ext::Color color (const std::string&, bool* failed = 0) const = 0;
};