ids.json: add comment about tests expecting a failure
[staging/windowmanager.git] / src / wayland.hpp
index 3b81e15..e2a1259 100644 (file)
@@ -76,6 +76,11 @@ struct display {
    void flush();
    int get_fd() const;
    int get_error();
+
+   // Lets just proxy this for the registry
+   inline void add_global_handler(char const *iface, registry::binder bind) {
+      this->r.add_global_handler(iface, bind);
+   }
 };
 
 //              _               _