mouse shortcuts: allow same functions as kb shortcuts (410651)
This commit is contained in:
parent
4aa6989993
commit
584f3928ad
3 changed files with 20 additions and 16 deletions
1
st.h
1
st.h
|
|
@ -78,6 +78,7 @@ typedef union {
|
|||
uint ui;
|
||||
float f;
|
||||
const void *v;
|
||||
const char *s;
|
||||
} Arg;
|
||||
|
||||
void die(const char *, ...);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue