]> git.sur5r.net Git - i3/i3/commit
Implement RandR 1.5 support (#2580)
authorMichael Stapelberg <stapelberg@users.noreply.github.com>
Mon, 28 Nov 2016 17:20:46 +0000 (18:20 +0100)
committerGitHub <noreply@github.com>
Mon, 28 Nov 2016 17:20:46 +0000 (18:20 +0100)
commit633a9f7b1475ffd5c72489bc6bd2d224c441c9a9
tree20cbdabef577ecdaa35d4a4354dfb8aede2ea34f
parentf2ffd8d8644c6c663f9da90cff42ac31acdc462e
Implement RandR 1.5 support (#2580)

This comes with the intentionally undocumented --disable-randr15 command
line flag and disable-randr15 configuration directive. We will add
documentation before the release if and only if it turns out that users
actually need to use this flag in their setups. Ideally, nobody would
need to use the flag and everything would just keep working, but it’s
better to be safe than sorry.

fixes #1799
12 files changed:
generate-command-parser.pl
include/config_directives.h
include/configuration.h
include/randr.h
parser-specs/config.spec
src/config_directives.c
src/handlers.c
src/main.c
src/randr.c
testcases/inject_randr1.5.c
testcases/t/201-config-parser.t
testcases/t/533-randr15.t