projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e299cd
)
Fix typo
author
Luca Bacci
<luca.bacci982@gmail.com>
Fri, 19 Aug 2022 17:28:41 +0000
(19:28 +0200)
committer
Luca Bacci
<luca.bacci982@gmail.com>
Fri, 19 Aug 2022 17:29:17 +0000
(19:29 +0200)
And reword comment
gdk/win32/gdksurface-win32.c
patch
|
blob
|
history
diff --git
a/gdk/win32/gdksurface-win32.c
b/gdk/win32/gdksurface-win32.c
index cef3d4c8f5cd0d1bff59a94e67e4d54bea74a9d2..6fc15f38155712bcc8d283d1f41c9e6b16b16a18 100644
(file)
--- 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