2nd Step : Implement overview into app.cpp for set_role
[apps/agl-service-windowmanager.git] / src / wm-error.h
index 9a06aa7..155d791 100644 (file)
@@ -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