From 749425808db6e4a18fdedaacd3d9b17a626e6e6b Mon Sep 17 00:00:00 2001 From: Luca Bacci Date: Fri, 19 Aug 2022 19:28:41 +0200 Subject: [PATCH] Fix typo And reword comment --- gdk/win32/gdksurface-win32.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/gdk/win32/gdksurface-win32.c b/gdk/win32/gdksurface-win32.c index cef3d4c8f5..6fc15f3815 100644 --- a/gdk/win32/gdksurface-win32.c +++ b/gdk/win32/gdksurface-win32.c @@ -4449,9 +4449,8 @@ static void gdk_win32_surface_set_input_region (GdkSurface *window, cairo_region_t *input_region) { - /* Partial input shape support is implemented by handling the - * NC_NCHITTEST message - */ + /* Input region support is implemented by handling the + * WM_NCHITTEST message. */ } static void -- 2.30.2