mirror of
https://github.com/Raymo111/i3lock-color.git
synced 2024-12-02 14:05:43 -05:00
Rename xinerama.[ch] to randr.[ch]
This commit is contained in:
parent
c311d1c5a3
commit
a514472ec4
4 changed files with 3 additions and 3 deletions
2
i3lock.c
2
i3lock.c
|
@ -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))
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
#include "i3lock.h"
|
||||
#include "xcb.h"
|
||||
#include "xinerama.h"
|
||||
#include "randr.h"
|
||||
|
||||
/* Number of Xinerama screens which are currently present. */
|
||||
int xr_screens = 0;
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue