Browse Source

Rename xinerama.[ch] to randr.[ch]

master
Michael Stapelberg 7 years ago
parent
commit
a514472ec4
  1. 2
      i3lock.c
  2. 2
      randr.c
  3. 0
      randr.h
  4. 2
      unlock_indicator.c

2
i3lock.c

@ -42,7 +42,7 @@
#include "xcb.h" #include "xcb.h"
#include "cursors.h" #include "cursors.h"
#include "unlock_indicator.h" #include "unlock_indicator.h"
#include "xinerama.h" #include "randr.h"
#define TSTAMP_N_SECS(n) (n * 1.0) #define TSTAMP_N_SECS(n) (n * 1.0)
#define TSTAMP_N_MINS(n) (60 * TSTAMP_N_SECS(n)) #define TSTAMP_N_MINS(n) (60 * TSTAMP_N_SECS(n))

2
xinerama.c → randr.c

@ -16,7 +16,7 @@
#include "i3lock.h" #include "i3lock.h"
#include "xcb.h" #include "xcb.h"
#include "xinerama.h" #include "randr.h"
/* Number of Xinerama screens which are currently present. */ /* Number of Xinerama screens which are currently present. */
int xr_screens = 0; int xr_screens = 0;

0
xinerama.h → randr.h

2
unlock_indicator.c

@ -19,7 +19,7 @@
#include "i3lock.h" #include "i3lock.h"
#include "xcb.h" #include "xcb.h"
#include "unlock_indicator.h" #include "unlock_indicator.h"
#include "xinerama.h" #include "randr.h"
#define BUTTON_RADIUS 90 #define BUTTON_RADIUS 90
#define BUTTON_SPACE (BUTTON_RADIUS + 5) #define BUTTON_SPACE (BUTTON_RADIUS + 5)

Loading…
Cancel
Save