mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
Fix minor typos
This commit is contained in:
parent
29539645cc
commit
9fa822c666
2 changed files with 2 additions and 2 deletions
|
|
@ -59,7 +59,7 @@ static bool egl_exts(struct wlr_egl *egl) {
|
|||
egl->create_platform_window_surface = (PFNEGLCREATEPLATFORMWINDOWSURFACEEXTPROC)
|
||||
eglGetProcAddress("eglCreatePlatformWindowSurfaceEXT");
|
||||
|
||||
if (!egl->get_platform_display) {
|
||||
if (!egl->create_platform_window_surface) {
|
||||
wlr_log(L_ERROR,
|
||||
"Failed to load EGL extension 'eglCreatePlatformWindowSurfaceEXT'");
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue