GNOME Bugzilla – Bug 761557
cursor-renderer-native: Re-use cogl's gbm device
Last modified: 2016-02-04 17:23:59 UTC
Instancing a gbm device without initializing EGL with it means that it won't be able to import wl_drm buffers. Instead, let's re-use cogl's gbm device which is already properly initialized.
Created attachment 320442 [details] [review] cursor-renderer-native: Re-use cogl's gbm device
Review of attachment 320442 [details] [review]: nice find, makes sense to me. The alternative would be to call eglBindWaylandDisplay but having two devices is clearly wrong.
Attachment 320442 [details] pushed as 55eef2d - cursor-renderer-native: Re-use cogl's gbm device