~alan-griffiths/miral/mru-window-visiblity

« back to all changes in this revision

Viewing changes to miral-shell/titlebar_provider.cpp

  • Committer: Alan Griffiths
  • Date: 2017-02-14 16:52:21 UTC
  • mfrom: (507.1.11 miral1)
  • Revision ID: alan@octopull.co.uk-20170214165221-shgvy4478ovf05k2
Introduce libmirclientcpp-dev as a package containing the C++ wrapper around parts of libmirclient-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
#include "titlebar_provider.h"
20
20
#include "titlebar_config.h"
21
21
 
22
 
#include <miral/toolkit/window_spec.h>
 
22
#include <mir/client/window_spec.h>
23
23
 
24
24
#include <mir_toolkit/mir_buffer_stream.h>
25
25
 
154
154
}
155
155
}
156
156
 
157
 
using namespace miral::toolkit;
 
157
using namespace mir::client;
158
158
using namespace mir::geometry;
159
159
 
160
160
TitlebarProvider::TitlebarProvider(miral::WindowManagerTools const& tools) : tools{tools}
182
182
        });
183
183
}
184
184
 
185
 
void TitlebarProvider::operator()(miral::toolkit::Connection connection)
 
185
void TitlebarProvider::operator()(mir::client::Connection connection)
186
186
{
187
187
    this->connection = connection;
188
188
    start_work();