Merge pull request #259 from trofi/master

unlock_indicator.c: fix build failure against gcc-10
xinput
Orestis Floros 2020-01-25 14:42:07 +01:00 committed by GitHub
commit f3b061233e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ extern bool debug_mode;
/* The current position in the input buffer. Useful to determine if any
* characters of the password have already been entered or not. */
int input_position;
extern int input_position;
/* The lock window. */
extern xcb_window_t win;