mirror of
https://github.com/jarun/nnn.git
synced 2025-01-15 13:26:37 +00:00
Fix build break
This commit is contained in:
parent
dc2cfe78cd
commit
7121a6fe43
|
@ -6585,7 +6585,7 @@ static bool browse(char *ipath, const char *session, int pkey)
|
||||||
|
|
||||||
#ifndef NOMOUSE
|
#ifndef NOMOUSE
|
||||||
MEVENT event = {0};
|
MEVENT event = {0};
|
||||||
struct timespec mousetimings[2] = {0};
|
struct timespec mousetimings[2] = {{.tv_sec = 0, .tv_nsec = 0}, {.tv_sec = 0, .tv_nsec = 0}};
|
||||||
int mousedent[2] = {-1, -1};
|
int mousedent[2] = {-1, -1};
|
||||||
bool currentmouse = 1, rightclicksel = 0;
|
bool currentmouse = 1, rightclicksel = 0;
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue