RandR: respect primary output

This commit is contained in:
Michael Stapelberg
2011-01-27 15:40:02 +01:00
parent 432563d6e7
commit fe851b85f0
2 changed files with 43 additions and 9 deletions

View File

@ -198,6 +198,7 @@ struct xoutput {
* two stages) */
bool changed;
bool to_be_disabled;
bool primary;
/** x, y, width, height */
Rect rect;