vo_x11: don't call X11 "crap"

X11 is in fact beautiful and superior to Wayland. Instead, just state
what the problem is in most cases: software scaling. (We have
accelerated X11 rendering in vo_gpu and others.)
This commit is contained in:
wm4 2020-02-11 21:43:53 +01:00
parent 8c2179becf
commit 2337e2861f
1 changed files with 1 additions and 1 deletions

View File

@ -428,7 +428,7 @@ static int control(struct vo *vo, uint32_t request, void *data)
}
const struct vo_driver video_out_x11 = {
.description = "X11 (slow, old crap)",
.description = "X11 (software scaling)",
.name = "x11",
.priv_size = sizeof(struct priv),
.preinit = preinit,