wayland: extend wl::display for finer grained dispatch control
[staging/windowmanager.git] / src / wayland.hpp
index 256553d..61a840d 100644 (file)
@@ -89,6 +89,8 @@ struct display {
    bool ok() const;
    void roundtrip();
    int dispatch();
+   int dispatch_pending();
+   int read_events();
    void flush();
    int get_fd() const;
    int get_error();