[gtk: 2/3] Fix typo
- From: Luca Bacci <lbacci src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk: 2/3] Fix typo
- Date: Sat, 20 Aug 2022 10:08:33 +0000 (UTC)
commit 749425808db6e4a18fdedaacd3d9b17a626e6e6b
Author: Luca Bacci <luca bacci982 gmail com>
Date: Fri Aug 19 19:28:41 2022 +0200
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]