From 43cc858d58d9fb8b2e633340db0a81efdbba4394 Mon Sep 17 00:00:00 2001 From: Vincent Wei Date: Wed, 26 Feb 2020 12:22:30 +0800 Subject: [PATCH] fix a typo --- include/window.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/window.h b/include/window.h index b996b4c5..91dcd501 100644 --- a/include/window.h +++ b/include/window.h @@ -6635,7 +6635,7 @@ typedef struct _MAINWINCREATE { #ifdef _MGSCHEMA_COMPOSITING /** * The background color of the main window. - * Note that under compositing schema, if you specify the main windows's + * Note that under compositing schema, if you specify the main window's * surface type other than the default, you must use this field * to specify the background color of the main window instead of * the pixel value (\a iBkColor).