DisplayConfig: make the dummy backend writable

Add a number of dummy outputs and modes to the dummy backend,
and implement the writing bits.
The only visible effect is that you can change the screen size,
which resizes the output window.

https://bugzilla.gnome.org/show_bug.cgi?id=705670
This commit is contained in:
Giovanni Campagna
2013-07-23 10:07:52 +02:00
committed by Giovanni Campagna
parent 60e11fbae3
commit 9b255f9292
2 changed files with 233 additions and 31 deletions

View File

@@ -73,6 +73,9 @@ struct _MetaOutput
MetaOutput **possible_clones;
unsigned int n_possible_clones;
/* Used when changing configuration */
gboolean dirty;
/* The low-level bits used to build the high-level info
in MetaMonitorInfo