Fix typo
authorLuca Bacci <luca.bacci982@gmail.com>
Fri, 19 Aug 2022 17:28:41 +0000 (19:28 +0200)
committerLuca Bacci <luca.bacci982@gmail.com>
Fri, 19 Aug 2022 17:29:17 +0000 (19:29 +0200)
And reword comment

gdk/win32/gdksurface-win32.c

index cef3d4c8f5cd0d1bff59a94e67e4d54bea74a9d2..6fc15f38155712bcc8d283d1f41c9e6b16b16a18 100644 (file)
@@ -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