summaryrefslogtreecommitdiff
path: root/x11-misc/i3lock/files/i3lock-2.12-fno-common.patch
blob: 09003b1659195a74eb6a12f839b66a641b88ce81 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/unlock_indicator.c
+++ b/unlock_indicator.c
@@ -35,7 +35,7 @@
 
 /* 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;