Skip to content

egl: Return success status from meta_egl_query_device_string

Sebastian Wick requested to merge swick/mutter:wip/query-device-string-null into main

From the main commit:

    QueryDeviceString can successfully return NULL. The convention however
    is that when NULL is returned, the error will be set.
    
    This commit makes the returned string an output parameter which allows
    us to return the success status and have the error set accordingly.

Merge request reports