patch 8.2.4776: GTK: 'lines' and 'columns' may change during startup

Problem:    GTK: 'lines' and 'columns' may change during startup.
Solution:   Ignore stale GTK resize events. (Ernie Rael, closes #10179)
diff --git a/src/version.c b/src/version.c
index bd4693f..fe7eb65 100644
--- a/src/version.c
+++ b/src/version.c
@@ -747,6 +747,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    4776,
+/**/
     4775,
 /**/
     4774,