aboutsummaryrefslogtreecommitdiffstats
path: root/src/wm-error.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/wm-error.cpp')
-rw-r--r--src/wm-error.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wm-error.cpp b/src/wm-error.cpp
index 9f63065..0ced0d7 100644
--- a/src/wm-error.cpp
+++ b/src/wm-error.cpp
@@ -30,6 +30,8 @@ static const char *errorDescription(WMError enum_error_number)
return "Request is dropped, because the high priority request is done";
case TIMEOUT_EXPIRED:
return "Request is dropped, due to time out expiring";
+ case NO_ENTRY:
+ return "No element";
default:
return "Unknown error number. Window manager bug.";
}