aboutsummaryrefslogtreecommitdiffstats
path: root/src/wayland.hpp
diff options
context:
space:
mode:
authorMarcus Fritzsch <marcus_fritzsch@mentor.com>2017-06-22 14:19:36 +0200
committerMarcus Fritzsch <marcus_fritzsch@mentor.com>2017-08-08 17:24:00 +0200
commit3121d0b9b553ddc709be8b67e91395a796cc6b6e (patch)
tree9e25ea937ecb874fae89b81a400c3620c645ba4d /src/wayland.hpp
parent18bd98a7fc8a5cf8032eff3fd92ac22e7da569d1 (diff)
main/wayland: added a simple main loop
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
Diffstat (limited to 'src/wayland.hpp')
-rw-r--r--src/wayland.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wayland.hpp b/src/wayland.hpp
index afebe92..d76a023 100644
--- a/src/wayland.hpp
+++ b/src/wayland.hpp
@@ -57,6 +57,8 @@ struct display {
bool ok() const;
void roundtrip();
int dispatch();
+ void flush();
+ int get_fd() const;
};
// _ _