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

This commit is contained in:
Michael Stapelberg 2017-11-18 10:47:23 +01:00
parent c311d1c5a3
commit a514472ec4
4 changed files with 3 additions and 3 deletions

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))

View File

@ -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;

View File

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)