commit | 94ff09a0935bc78fd81e9c79f099d42c94e3c218 | [log] [tgz] |
---|---|---|
author | lilydjwg <lilydjwg@gmail.com> | Mon Jan 29 20:14:01 2024 +0100 |
committer | Christian Brabandt <cb@256bit.org> | Mon Jan 29 20:18:22 2024 +0100 |
tree | cc8063e1a81ade8eb1390142ce6babea6d9139b1 | |
parent | e99f0688785c3d56b1ee45a28fa6ce02b850a33b [diff] [blame] |
patch 9.1.0063: GTK code can be improved Problem: GTK code can be improved Solution: Improve GTK code for initial Wayland support (lilydjwg) related: #9639 Signed-off-by: lilydjwg <lilydjwg@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/src/version.c b/src/version.c index e9917e1..6dd48d1 100644 --- a/src/version.c +++ b/src/version.c
@@ -705,6 +705,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 63, +/**/ 62, /**/ 61,