aboutsummaryrefslogtreecommitdiffstats
path: root/src/wm-error.h
diff options
context:
space:
mode:
authorKazumasa Mitsunari <knimitz@witz-inc.co.jp>2018-06-04 17:53:38 +0900
committerKazumasa Mitsunari <knimitz@witz-inc.co.jp>2018-06-04 17:53:38 +0900
commite7326524e43bd9dfb37b5c75d85779476ee7cfe4 (patch)
tree9b7fa0a963e8c35b143532833383e2527abdab3d /src/wm-error.h
parentdbb6ea148982eaac1d924ce7c55978e0d299c4d1 (diff)
Add new error code and message
Change-Id: Idb9dc7856f20493356fac24a7aac7b2678f625f8 Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
Diffstat (limited to 'src/wm-error.h')
-rw-r--r--src/wm-error.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/wm-error.h b/src/wm-error.h
index 9a06aa7..ce271b3 100644
--- a/src/wm-error.h
+++ b/src/wm-error.h
@@ -26,11 +26,14 @@ typedef enum WINDOWMANAGER_ERROR
REQ_REJECTED,
REQ_DROPPED,
TIMEOUT_EXPIRED,
+ NOT_REGISTERED,
+ LAYOUT_CHANGE_FAIL,
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