mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-04 13:29:45 -05:00
render/egl: fix typo
This commit is contained in:
parent
770a561bce
commit
7667ab73bd
1 changed files with 1 additions and 1 deletions
|
|
@ -721,7 +721,7 @@ int wlr_egl_dup_drm_fd(struct wlr_egl *egl) {
|
||||||
|
|
||||||
char *render_name = NULL;
|
char *render_name = NULL;
|
||||||
#ifdef EGL_EXT_device_drm_render_node
|
#ifdef EGL_EXT_device_drm_render_node
|
||||||
if (egl->exts.device_drm_render_node_ext) {
|
if (egl->exts.EXT_device_drm_render_node) {
|
||||||
const char *name = egl->procs.eglQueryDeviceStringEXT(egl->device,
|
const char *name = egl->procs.eglQueryDeviceStringEXT(egl->device,
|
||||||
EGL_DRM_RENDER_NODE_FILE_EXT);
|
EGL_DRM_RENDER_NODE_FILE_EXT);
|
||||||
if (name == NULL) {
|
if (name == NULL) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue