]> git.sur5r.net Git - i3/i3/commit
Implement fake-outputs option (cmdline, cfg) for multi-monitor testing
authorMichael Stapelberg <michael@stapelberg.de>
Mon, 9 Apr 2012 12:27:33 +0000 (14:27 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Mon, 9 Apr 2012 12:28:36 +0000 (14:28 +0200)
commit0f10ccdf1238dcd03a2fc52fe80e9c33dc17f133
tree8292e266d1e8fa5e8ca9c84e774e0996df0a5370
parentfa6a3d57d2e35a66d42b97dd2feea98fa8fdaac4
Implement fake-outputs option (cmdline, cfg) for multi-monitor testing

This kills the dependency on xdmx and makes the testsuite simpler
and more flexible (in the output sizes / configurations).
15 files changed:
include/all.h
include/config.h
include/fake_outputs.h [new file with mode: 0644]
src/cfgparse.l
src/cfgparse.y
src/fake_outputs.c [new file with mode: 0644]
src/main.c
testcases/complete-run.pl
testcases/lib/StartXDummy.pm
testcases/lib/i3test.pm
testcases/t/500-multi-monitor.t
testcases/t/501-scratchpad.t
testcases/t/502-focus-output.t
testcases/t/503-workspace.t
testcases/t/504-move-workspace-to-output.t