doc: shuffled around some sections, fixes.
[staging/windowmanager.git] / src / wayland.hpp
index d30c2f8..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();
@@ -109,6 +111,7 @@ struct output : wayland_proxy<struct wl_output> {
    int width{};
    int height{};
    int refresh{};
+   int transform{};
 
    output(output const &) = delete;
    output &operator=(output const &) = delete;