diff options
Diffstat (limited to 'dome_key_map.h')
| -rw-r--r-- | dome_key_map.h | 7 | 
1 files changed, 6 insertions, 1 deletions
| diff --git a/dome_key_map.h b/dome_key_map.h index d128979..1206d1d 100644 --- a/dome_key_map.h +++ b/dome_key_map.h @@ -17,8 +17,13 @@ typedef struct MapKind MapKind;  typedef struct Option_CString Option_CString;  typedef struct { +  const char *action; +  const MapKind *kind; +} CKeyActionResult; + +typedef struct {    Option_CString action;    MapKind kind;  } KeyActionResult; -const KeyActionResult *c_run_key_action(const HeadphoneButton *trigger, size_t length); +const CKeyActionResult *c_run_key_action(const HeadphoneButton *trigger, size_t length); | 
