feat(event): name EVENT_ID_CLOSE in EVENTID enum

This commit is contained in:
fallenoak 2026-01-02 22:04:08 -06:00
parent ba8b69dd79
commit 96b6753c6f
No known key found for this signature in database
GPG Key ID: 7628F8E61AEA070D

View File

@ -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,