~ci-train-bot/qtmir/qtmir-ubuntu-zesty-2668

« back to all changes in this revision

Viewing changes to src/modules/Unity/Application/mirsurface.cpp

  • Committer: Bileto Bot
  • Author(s): Alan Griffiths
  • Date: 2017-03-28 17:13:24 UTC
  • mfrom: (625.3.3 qtmir)
  • Revision ID: ci-train-bot@canonical.com-20170328171324-zb2zo37unynmzu23
Compatibility with lp:mir and lp:~alan-griffiths/miral/1.3

Approved by: Gerry Boland, Unity8 CI Bot

Show diffs side-by-side

added added

removed removed

Lines of Context:
110
110
    void placed_relative(mir::geometry::Rectangle const& placement) override;
111
111
#endif
112
112
 
 
113
#if MIR_SERVER_VERSION >= MIR_VERSION_NUMBER(0, 27, 0)
 
114
    void input_consumed(MirEvent const* event) override;
 
115
    void start_drag_and_drop(std::vector<uint8_t> const& handle) override;
 
116
#endif
 
117
 
113
118
private:
114
119
    QCursor createQCursorFromMirCursorImage(const mir::graphics::CursorImage &cursorImage);
115
120
    QObject *m_listener;
1268
1273
    }
1269
1274
}
1270
1275
 
 
1276
#if MIR_SERVER_VERSION >= MIR_VERSION_NUMBER(0, 27, 0)
 
1277
void MirSurface::SurfaceObserverImpl::input_consumed(MirEvent const* /*event*/)
 
1278
{
 
1279
}
 
1280
 
 
1281
void MirSurface::SurfaceObserverImpl::start_drag_and_drop(std::vector<uint8_t> const& /*handle*/)
 
1282
{
 
1283
}
 
1284
#endif
 
1285
 
1271
1286
void MirSurface::requestFocus()
1272
1287
{
1273
1288
    INFO_MSG << "()";