On Thu, Nov 25, 2010 at 6:13 AM, Rolf Offermanns <[email protected]> wrote: > Without this patch Qt applications will crash the moment the mouse pointer > enters the window.
Thanks, applied. > Signed-off-by: Rolf Offermanns <[email protected]> > --- > .../platforms/wayland/qwaylandintegration.cpp | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/src/plugins/platforms/wayland/qwaylandintegration.cpp > b/src/plugins/platforms/wayland/qwaylandintegration.cpp > index 19f339a..82789c8 100644 > --- a/src/plugins/platforms/wayland/qwaylandintegration.cpp > +++ b/src/plugins/platforms/wayland/qwaylandintegration.cpp > @@ -25,7 +25,7 @@ public: > QWaylandCursor(QWaylandDisplay *display, > QPlatformScreen *screen) > : QPlatformCursor(screen) > - , mDisplay(display) { } > + , mBuffer(0), mDisplay(display) { } > > void changeCursor(QCursor *cursor, QWidget *widget); > QWaylandShmBuffer *mBuffer; > -- > 1.7.3.2 > > _______________________________________________ > wayland-devel mailing list > [email protected] > http://lists.freedesktop.org/mailman/listinfo/wayland-devel > _______________________________________________ wayland-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-devel
