Fix build break

This commit is contained in:
NRK 2022-06-30 15:36:59 +06:00 committed by Arun Prakash Jana
parent dc2cfe78cd
commit 7121a6fe43
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 1 deletions

View File

@ -6585,7 +6585,7 @@ static bool browse(char *ipath, const char *session, int pkey)
#ifndef NOMOUSE
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};
bool currentmouse = 1, rightclicksel = 0;
#endif