X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fwayland.cpp;h=cf03d022aeb488b7629d618887b4d61ae531ed76;hb=1d0467a538127f4cdd905b785b561f339426a94a;hp=8b448524143b613b89a82aecbbb3dd24fe8cb019;hpb=d2ad02c40bad6b67f0b38071987ce1fa9f8039ab;p=staging%2Fwindowmanager.git diff --git a/src/wayland.cpp b/src/wayland.cpp index 8b44852..cf03d02 100644 --- a/src/wayland.cpp +++ b/src/wayland.cpp @@ -31,6 +31,8 @@ void display::flush() { wl_display_flush(this->d.get()); } int display::get_fd() const { return wl_display_get_fd(this->d.get()); } +int display::get_error() { return wl_display_get_error(this->d.get()); } + // _ _ // _ __ ___ __ _(_)___| |_ _ __ _ _ // | '__/ _ \/ _` | / __| __| '__| | | | @@ -741,6 +743,7 @@ void controller::debug_dump_current_status() { puts("\b\b "); } } + // // ___ ___ _ __ ___ ___ _ __ // / __|/ __| '__/ _ \/ _ \ '_ \