diff options
| author | Jack Jamison <jackqjamison@gmail.com> | 2025-10-30 13:50:36 -0400 |
|---|---|---|
| committer | Jack Jamison <jackqjamison@gmail.com> | 2025-11-06 19:45:01 -0500 |
| commit | 34a6051bd2da964f1080bc40544341455c832707 (patch) | |
| tree | 8048627671713d3c89bae483cd5695439815952e /state.h | |
| parent | 703b44d0ce3c173e04bdc93319ff7cceb8bac981 (diff) | |
fix memory leaks
Diffstat (limited to 'state.h')
| -rw-r--r-- | state.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -78,7 +78,6 @@ typedef struct { struct xkb_context* xkb_context; struct xkb_keymap* xkb_keymap; struct xkb_state* xkb_state; - struct xkb_compose_state* xkb_compose_state; int key_repeat_rate, key_repeat_delay; int key_repeat_timer_fd; xkb_keysym_t repeat_key; |
