https://bugs.freedesktop.org/show_bug.cgi?id=100947
Daniel Stone <[email protected]> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |NOTABUG
Status|NEW |RESOLVED
--- Comment #1 from Daniel Stone <[email protected]> ---
In main.cpp, you call 'output.SetUserData(this)' and
'surface.SetUserData(this)', from within an Application class; the
Output/Surface listeners then try to access the Application class as an Output
or Surface class. Changing it to 'output.SetUserData(&output)' and
'surface.SetUserData(&surface)' instead, fixes the bug.
--
You are receiving this mail because:
You are the assignee for the bug._______________________________________________
wayland-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs