This website works better with JavaScript.
Home
Explore
Help
Sign In
er1n
/
i3lock
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Remove libxkbfile dependency from README.md/comments
It has not been in use since commit
7eb43aeabd
master
Michael Stapelberg
10 years ago
parent
b181e3137b
commit
cc73d88aea
2 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
README.md
+0
-1
i3lock.c
+ 0
- 1
README.md
View File
@ -28,7 +28,6 @@ Requirements
- libev
- libx11-dev
- libx11-xcb-dev
- libxkbfile-dev
- libxkbcommon >= 0.5.0
- libxkbcommon-x11 >= 0.5.0
+ 0
- 1
i3lock.c
View File
@ -44,7 +44,6 @@
typedef
void
(
*
ev_callback_t
)
(
EV_P_
ev_timer
*
w
,
int
revents
)
;
/* We need this for libxkbfile */
char
color
[
7
]
=
"
ffffff
"
;
int
inactivity_timeout
=
30
;
uint32_t
last_resolution
[
2
]
;
Write
Preview
Loading…
Cancel
Save