From: Luca Bacci Date: Fri, 19 Aug 2022 17:28:41 +0000 (+0200) Subject: Fix typo X-Git-Tag: archive/raspbian/4.8.3+ds-2+rpi1~3^2~20^2~3^2~72^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=749425808db6e4a18fdedaacd3d9b17a626e6e6b;p=gtk4.git Fix typo And reword comment --- 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