summaryrefslogtreecommitdiff
path: root/LibC/errno_numbers.h
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2019-01-13 01:59:38 +0100
committerAndreas Kling <awesomekling@gmail.com>2019-01-13 02:02:34 +0100
commit8f8c8d1ca3443ca094ee80beb520110b948a0395 (patch)
tree7784d78a807b7ca178a65d4e3b32f931cb874b15 /LibC/errno_numbers.h
parentbecc2c7fa5026e96db6d8dde6d85989913a3f794 (diff)
downloadserenity-8f8c8d1ca3443ca094ee80beb520110b948a0395.zip
Start working on a GUI kernel API.
Diffstat (limited to 'LibC/errno_numbers.h')
-rw-r--r--LibC/errno_numbers.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/LibC/errno_numbers.h b/LibC/errno_numbers.h
index fde1369071..728500530d 100644
--- a/LibC/errno_numbers.h
+++ b/LibC/errno_numbers.h
@@ -42,6 +42,7 @@
__ERROR(ENOTIMPL, "Not implemented") \
__ERROR(EAFNOSUPPORT, "Address family not supported") \
__ERROR(EWHYTHO, "Failed without setting an error code (Bug!)") \
+ __ERROR(EBADWIN, "Bad WindowID") \
enum __errno_values {
#undef __ERROR