Adding universcroll patch ref. #21

This commit is contained in:
bakkeby 2021-05-08 17:49:04 +02:00
parent a1303a8811
commit a5435903d4
11 changed files with 36 additions and 12 deletions

3
st.h
View file

@ -243,6 +243,9 @@ typedef struct {
void (*func)(const Arg *);
const Arg arg;
uint release;
#if UNIVERSCROLL_PATCH
int altscrn; /* 0: don't care, -1: not alt screen, 1: alt screen */
#endif // UNIVERSCROLL_PATCH
} MouseShortcut;
typedef struct {