We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b120d0 commit 5f16cb1Copy full SHA for 5f16cb1
1 file changed
src/video_display/gl.cpp
@@ -645,10 +645,10 @@ static void gl_show_help(bool full) {
645
col() << TBOLD("\twindow_hint=<k>=<v>[,<k2>=<v2>]")" set GLFW "
646
"window hint key\n"
647
"\t\t\t<k> to value <v>, (" TBOLD("list_hints")" to enumerate)\n";
648
+ col() << TBOLD("\tplatform=<p>") << "\tuse platform (usable only in Linux)\n";
649
col() << TBOLD("\t--param " GL_DISABLE_10B_OPT_PARAM_NAME) << "\tdo not set 10-bit framebuffer (performance issues)\n";
650
col() << "\n" TBOLD(
651
"[1]") " position doesn't work in Wayland\n";
- col() << TBOLD("\tplatform=<p>") << "\tuse platform (usable only in Linux)\n";
652
} else {
653
color_printf(
654
"\t(use \"" TBOLD("fullhelp") "\" to see options)\n");
0 commit comments