Reference:https://github.com/xen-troops/displ_be/issues/108
Scope of fixes
1)Add the virtual uint32_t FrameBuffer::getID()const {...} to the DRM FrameBuffer
2)Add wl_buffer* Wayland::WlBuffer::getWLBuffer()const {...} to WlBuffer
3)To support the new types, use dynamic_cast to deduct the correct type
Reference:https://github.com/xen-troops/displ_be/issues/108 Scope of fixes 1)Add the virtual uint32_t FrameBuffer::getID()const {...} to the DRM FrameBuffer 2)Add wl_buffer* Wayland::WlBuffer::getWLBuffer()const {...} to WlBuffer 3)To support the new types, use dynamic_cast to deduct the correct type
Signed-off-by: Ihor Usyk ihor_usyk@epam.com Reviewed-by: Volodymyr Babchuk volodymyr_babchuk@epam.com