]> git.sur5r.net Git - i3/i3/commit
Re-add old Xinerama code for the poor nvidia users
authorMichael Stapelberg <michael@stapelberg.de>
Tue, 9 Mar 2010 19:00:56 +0000 (20:00 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Tue, 9 Mar 2010 20:25:54 +0000 (21:25 +0100)
commitbd76e994b8b0c21defc0fecdff510277a970acd2
treed0ba4c2004525791333f64fb985813a84f55106c
parent4dfe61c2d4fbe022dfaed18b4e54f3341d20011b
Re-add old Xinerama code for the poor nvidia users

Add --force-xinerama when starting i3 to use Xinerama instead of RandR.
This should *ONLY* be done if you have no other choice (nvidia’s
binary driver uses twinview and does not expose the monitor information
through RandR).
common.mk
include/i3.h
include/randr.h
include/xinerama.h [new file with mode: 0644]
src/mainx.c
src/randr.c
src/xinerama.c [new file with mode: 0644]