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
Rename xinerama.[ch] to randr.[ch]
master
Michael Stapelberg
8 years ago
parent
c311d1c5a3
commit
a514472ec4
6 changed files
with
316 additions
and
316 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
i3lock.c
+1
-1
randr.c
+0
-0
randr.h
+1
-1
unlock_indicator.c
+ 1
- 1
i3lock.c
View File
@ -42,7 +42,7 @@
#
include
"xcb.h"
#
include
"cursors.h"
#
include
"unlock_indicator.h"
#
include
"
xinerama
.h"
#
include
"
randr
.h"
#
define TSTAMP_N_SECS(n) (n * 1.0)
#
define TSTAMP_N_MINS(n) (60 * TSTAMP_N_SECS(n))
xinerama.c → randr.c
View File
xinerama.h → randr.h
View File
+ 1
- 1
unlock_indicator.c
View File
@ -19,7 +19,7 @@
#
include
"i3lock.h"
#
include
"xcb.h"
#
include
"unlock_indicator.h"
#
include
"
xinerama
.h"
#
include
"
randr
.h"
#
define BUTTON_RADIUS 90
#
define BUTTON_SPACE (BUTTON_RADIUS + 5)
Write
Preview
Loading…
Cancel
Save