~alan-griffiths/miral/background-intro

« back to all changes in this revision

Viewing changes to miral-shell/decoration_provider.h

  • Committer: Alan Griffiths
  • Date: 2017-02-17 10:47:14 UTC
  • Revision ID: alan@octopull.co.uk-20170217104714-crd2h6duql3oq8vp
Display helptext on all outputs

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
    miral::WindowManagerTools tools;
97
97
    std::mutex mutable mutex;
98
98
    mir::client::Connection connection;
99
 
    mir::client::Window wallpaper;
 
99
    std::vector<mir::client::Window> wallpaper;
100
100
    std::weak_ptr<mir::scene::Session> weak_session;
101
101
    std::atomic<int> intensity{0xff};
102
102