diff options
| author | katalx | 2026-01-28 21:15:24 -0500 |
|---|---|---|
| committer | katalx | 2026-01-28 21:15:24 -0500 |
| commit | 3f9f8b015922213611320ed9f5b0fb9e603a226c (patch) | |
| tree | 1e27ed89ea28511673420634c81efc65adabc2ee /ui.h | |
| parent | 51f46587b509b3395cbd8acb73d53e1c1b031d7a (diff) | |
close events now work properly!!
Diffstat (limited to 'ui.h')
| -rw-r--r-- | ui.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -7,7 +7,8 @@ typedef enum { UI_REDRAW, UI_KEY_DOWN, - UI_KEY_UP + UI_KEY_UP, + UI_QUIT } UiEventType; typedef enum { |
