xwayland: Spell Xwayland consistently in error messages
This commit is contained in:
parent
ba644a64a4
commit
df75d90a2c
|
@ -821,12 +821,12 @@ xwl_glamor_init_backends(struct xwl_screen *xwl_screen, Bool use_eglstream)
|
|||
#ifdef GLAMOR_HAS_GBM
|
||||
xwl_glamor_init_gbm(xwl_screen);
|
||||
if (!xwl_screen->gbm_backend.is_available && !use_eglstream)
|
||||
ErrorF("xwayland glamor: GBM backend (default) is not available\n");
|
||||
ErrorF("Xwayland glamor: GBM backend (default) is not available\n");
|
||||
#endif
|
||||
#ifdef XWL_HAS_EGLSTREAM
|
||||
xwl_glamor_init_eglstream(xwl_screen);
|
||||
if (!xwl_screen->eglstream_backend.is_available && use_eglstream)
|
||||
ErrorF("xwayland glamor: EGLStream backend requested but not available\n");
|
||||
ErrorF("Xwayland glamor: EGLStream backend requested but not available\n");
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
|
@ -771,7 +771,7 @@ xwl_screen_init(ScreenPtr pScreen, int argc, char **argv)
|
|||
#ifdef XWL_HAS_EGLSTREAM
|
||||
use_eglstreams = TRUE;
|
||||
#else
|
||||
ErrorF("xwayland glamor: this build does not have EGLStream support\n");
|
||||
ErrorF("Xwayland glamor: this build does not have EGLStream support\n");
|
||||
#endif
|
||||
}
|
||||
else if (strcmp(argv[i], "-force-xrandr-emulation") == 0) {
|
||||
|
|
Loading…
Reference in New Issue