From b6b9abdf33cd8fbfe59df514aefe966644683b33 Mon Sep 17 00:00:00 2001 From: Vincent Wei Date: Fri, 17 Jan 2020 18:55:12 +0800 Subject: [PATCH] cleanup --- include/window.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/window.h b/include/window.h index f25e3903..dd7d9e02 100644 --- a/include/window.h +++ b/include/window.h @@ -6111,7 +6111,7 @@ MG_EXPORT BOOL GUIAPI SetMainWindowAlwaysTop (HWND hWnd, BOOL fSet); * The main window is opaque. This is the default compositing * type of a main window. * - CT_COLORKEY\n - * Use the specified color key for transparency. You should also specify + * Use the specified color as the transparency key. You should also specify * the color along with the parameter \a arg in a RGBA triple value. * - CT_ALPHACHANNEL\n * Use the specified alpha channel value. You should also specify