X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fwm-error.h;h=155d7918f27188ea56574a4776c3d8a6ddf46d88;hb=be2a72a0759f50e0f76b45382772ed039a60e44f;hp=3413c72920186a6ae1b65c399bb1dc8245578cb9;hpb=d78ae3cd8f316d1830cde4d611b8e42f90dbcc11;p=apps%2Fagl-service-windowmanager.git diff --git a/src/wm-error.h b/src/wm-error.h index 3413c72..155d791 100644 --- a/src/wm-error.h +++ b/src/wm-error.h @@ -26,12 +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