summaryrefslogtreecommitdiffstats
path: root/video/out/x11_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/x11_common.c')
-rw-r--r--video/out/x11_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/x11_common.c b/video/out/x11_common.c
index 54cd063505..e1c67b177a 100644
--- a/video/out/x11_common.c
+++ b/video/out/x11_common.c
@@ -258,7 +258,7 @@ static const struct fstype fstypes[] = {
void fstype_help(void)
{
- mp_tmsg(MSGT_VO, MSGL_INFO, "Available fullscreen layer change modes:\n");
+ mp_msg(MSGT_VO, MSGL_INFO, "Available fullscreen layer change modes:\n");
for (int n = 0; fstypes[n].sym; n++) {
mp_msg(MSGT_VO, MSGL_INFO, " %-15s %s\n", fstypes[n].sym,
fstypes[n].help);