X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fwm-error.h;h=155d7918f27188ea56574a4776c3d8a6ddf46d88;hb=be2a72a0759f50e0f76b45382772ed039a60e44f;hp=9a06aa7174c576451b39f9411d644e999b8cd3b4;hpb=2340eb6f1c780cd98e77403d2b7f40a1fcc21471;p=apps%2Fagl-service-windowmanager.git diff --git a/src/wm-error.h b/src/wm-error.h index 9a06aa7..155d791 100644 --- a/src/wm-error.h +++ b/src/wm-error.h @@ -26,11 +26,15 @@ typedef enum WINDOWMANAGER_ERROR REQ_REJECTED, REQ_DROPPED, TIMEOUT_EXPIRED, + NOT_REGISTERED, + LAYOUT_CHANGE_FAIL, + NO_ENTRY, UNKNOWN, ERR_MAX = UNKNOWN -} WMError; +} +WMError; -static const char *errorDescription(WMError enum_error_number); +const char *errorDescription(WMError enum_error_number); } #endif // WINDOW_MANAGER_ERROR \ No newline at end of file