From 96b6753c6fa331dfe2ca1b640c37e2ec47e563bc Mon Sep 17 00:00:00 2001 From: fallenoak Date: Fri, 2 Jan 2026 22:04:08 -0600 Subject: [PATCH] feat(event): name EVENT_ID_CLOSE in EVENTID enum --- src/event/Types.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/event/Types.hpp b/src/event/Types.hpp index a195799..a673839 100644 --- a/src/event/Types.hpp +++ b/src/event/Types.hpp @@ -10,7 +10,7 @@ enum EVENTID { EVENT_ID_0 = 0, EVENT_ID_CHAR = 1, EVENT_ID_FOCUS = 2, - EVENT_ID_3 = 3, + EVENT_ID_CLOSE = 3, EVENT_ID_DESTROY = 4, EVENT_ID_5 = 5, EVENT_ID_IDLE = 6,