~unity-team/qtubuntu/DPR2

« back to all changes in this revision

Viewing changes to src/ubuntumirclient/screen.cpp

  • Committer: CI Train Bot
  • Author(s): Daniel d'Andrada
  • Date: 2015-11-24 13:26:03 UTC
  • mfrom: (286.2.7 cursor)
  • Revision ID: ci-train-bot@canonical.com-20151124132603-1q7lc97ut86ufbwe
Implemented cursor support
Approved by: PS Jenkins bot, Lukáš Tinkl

Show diffs side-by-side

added added

removed removed

Lines of Context:
132
132
    , mSurfaceFormat()
133
133
    , mEglDisplay(EGL_NO_DISPLAY)
134
134
    , mEglConfig(nullptr)
 
135
    , mCursor(connection)
135
136
{
136
137
    // Initialize EGL.
137
138
    ASSERT(eglBindAPI(EGL_OPENGL_ES_API) == EGL_TRUE);