Merge branch 'fabian.kirsch-main-patch-28134' into 'main'

corrected small typo input-handling.md

See merge request GNOME/gtk!4368
This commit is contained in:
Matthias Clasen 2022-01-12 19:38:10 +00:00
commit 45d6b3ba51

View File

@ -42,7 +42,7 @@ univocally identifies events that are related to the same
interaction.
When GTK creates a `GdkSurface`, it connects to the ::event
signal on it, which receives all of these input events. Surfaces have
signal on it, which receives all of these input events. Surfaces
have signals and properties, e.g. to deal with window management
related events.