From 1d0467a538127f4cdd905b785b561f339426a94a Mon Sep 17 00:00:00 2001 From: Marcus Fritzsch Date: Thu, 6 Jul 2017 09:15:16 +0200 Subject: wayland: add wl::display::get_error() Signed-off-by: Marcus Fritzsch --- src/wayland.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/wayland.hpp') diff --git a/src/wayland.hpp b/src/wayland.hpp index ce8360f..4865e42 100644 --- a/src/wayland.hpp +++ b/src/wayland.hpp @@ -75,6 +75,7 @@ struct display { int dispatch(); void flush(); int get_fd() const; + int get_error(); }; // _ _ -- cgit 1.2.3-korg