~gala-dev/gala/windowswitcher-fade-opacity

« back to all changes in this revision

Viewing changes to src/Background/BackgroundManager.vala

  • Committer: RabbitBot
  • Author(s): Tom Beckmann, Rico Tzschichholz, Cody Garver
  • Date: 2014-04-06 18:30:23 UTC
  • mfrom: (368.1.21 plugins)
  • Revision ID: rabbitbot-20140406183023-0v1juolllz5u2fht
Add plugin support, move zoom functionality into a plugin

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 
18
18
namespace Gala
19
19
{
20
 
#if HAS_MUTTER38
21
20
        public class BackgroundManager : Meta.BackgroundGroup
22
21
        {
23
22
                public Meta.Screen screen { get; construct; }
69
68
                        changed ();
70
69
                }
71
70
        }
72
 
#endif
73
71
}
74
72