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

« back to all changes in this revision

Viewing changes to src/Background/Background.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
        /**
22
21
         * Group that holds a pattern at the very bottom and then an image showing the
23
22
         * current wallpaper above (and one more additional image for transitions).
199
198
                        return GDesktop.BackgroundStyle.NONE;
200
199
                }
201
200
        }
202
 
#endif
203
201
}
204
202