Merge pull request #2417 from Cherser-s/sni-click-coordinate-fix

sni: fix passing relative coordinates to dbus methods
This commit is contained in:
Alexis Rouillard
2023-09-04 22:01:04 +02:00
committed by GitHub
4 changed files with 66 additions and 4 deletions

View File

@ -84,6 +84,8 @@ class Item : public sigc::trackable {
// visibility of items with Status == Passive
bool show_passive_ = false;
const Bar& bar_;
Glib::RefPtr<Gio::DBus::Proxy> proxy_;
Glib::RefPtr<Gio::Cancellable> cancellable_;
std::set<std::string_view> update_pending_;