smithay icon indicating copy to clipboard operation
smithay copied to clipboard

0.30 EGL uses dh to check aliveness

Open PolyMeilex opened this issue 3 years ago • 0 comments

Wayland EGL module uses if dh.get_object_data(buffer.id()).is_err() {} pattern to check aliveness, this should be updated to IsAlive, and dh args should be removed if possible.

PolyMeilex avatar Jun 11 '22 13:06 PolyMeilex