Bugfix: Fix clone mode with new RandR code (Thanks Merovius)

This commit is contained in:
Michael Stapelberg
2010-03-05 14:32:48 +01:00
parent d73f1748db
commit 718d62a3cd
3 changed files with 65 additions and 26 deletions

View File

@ -513,6 +513,11 @@ struct xoutput {
* mode) */
bool active;
/** Internal flags, necessary for querying RandR screens (happens in
* two stages) */
bool changed;
bool to_be_disabled;
/** Current workspace selected on this virtual screen */
Workspace *current_workspace;