diff options
| author | Teddy Wing | 2018-10-29 22:45:21 +0100 | 
|---|---|---|
| committer | Teddy Wing | 2018-10-29 22:45:21 +0100 | 
| commit | 223651a128363353dc0d7815171e0ba49000a764 (patch) | |
| tree | 3478ab9ca213113073b543697d54f98ee4357a44 /dome_key_map.h | |
| parent | 9a3775c3b4d557e29021c8a5490634957ae23e6a (diff) | |
| download | dome-key-map-223651a128363353dc0d7815171e0ba49000a764.tar.bz2 | |
config: Add an `--audio` command line flag
Including this flag will tell the program to play interface audio
(namely the sounds for mode activated & deactivated).
Diffstat (limited to 'dome_key_map.h')
| -rw-r--r-- | dome_key_map.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/dome_key_map.h b/dome_key_map.h index 97aa8f5..5dbd398 100644 --- a/dome_key_map.h +++ b/dome_key_map.h @@ -23,6 +23,7 @@ typedef struct State State;  typedef struct {    bool reload;    bool daemon; +  bool audio;    bool version;    char *license;  } Args;  | 
