]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0092: Compiler warning for missing type in scroll_event() v9.1.0092
authorChristian Brabandt <cb@256bit.org>
Sat, 10 Feb 2024 12:17:16 +0000 (13:17 +0100)
committerChristian Brabandt <cb@256bit.org>
Sat, 10 Feb 2024 12:17:16 +0000 (13:17 +0100)
commitc908371aec920b8174e40a1adb73a50e326a5668
treebdc25d8154f626c049457682d755dd54047bdb00
parent627c950e5b30503a084bd0092f9cb2a5fe73fe87
patch 9.1.0092: Compiler warning for missing type in scroll_event()

Problem:  Compiler warning for missing type in scroll_event()
          (chdiza)
Solution: Declare display_type explicitly as integer

fixes: #14005

Signed-off-by: Christian Brabandt <cb@256bit.org>
src/gui_gtk_x11.c
src/version.c