summaryrefslogtreecommitdiff
path: root/src/window_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/window_type.h')
-rw-r--r--src/window_type.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/window_type.h b/src/window_type.h
index f1952d1d5..86071a830 100644
--- a/src/window_type.h
+++ b/src/window_type.h
@@ -94,6 +94,8 @@ enum WindowClass {
WC_BUILD_SIGNAL,
WC_COMPANY_PASSWORD_WINDOW,
WC_OSK,
+
+ WC_INVALID = 0xFFFF
};
struct Window;