Browse Source

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

master
Michael Stapelberg 8 years ago
parent
commit
a514472ec4
6 changed files with 316 additions and 316 deletions
  1. +1
    -1
      i3lock.c
  2. +1
    -1
      randr.c
  3. +0
    -0
      randr.h
  4. +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)


Loading…
Cancel
Save