Alexander Kedrik
|
e2ebe3e2ae
|
Use #pragma once
#pragma once is safer and simpler. According to Wikipedia it's supported by all major compilers.
|
2014-01-01 15:06:57 +01:00 |
Michael Stapelberg
|
d638e3029a
|
don’t use reversed identifiers for include guards (Thanks Markus)
Done with:
sed -in 's/\(ifndef\|define\) _\([0-9A-Z_]*\)$/\1 I3_\2/' include/**/*.h
fixes #804
|
2012-09-21 15:36:25 +02:00 |
Michael Stapelberg
|
0f10ccdf12
|
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).
|
2012-04-09 14:28:36 +02:00 |