mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
patch 7.4.1212
Problem: Can't build with Motif. Solution: Fix function declaration.(Dominique Pelle)
This commit is contained in:
parent
9b57814db1
commit
c1ab67674a
@ -118,7 +118,7 @@ static void gui_motif_scroll_colors(Widget id);
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
static void
|
static void
|
||||||
scroll_cb(Widget w UNUSED, XtPointer client_data, call_data)
|
scroll_cb(Widget w UNUSED, XtPointer client_data, XtPointer call_data)
|
||||||
{
|
{
|
||||||
scrollbar_T *sb;
|
scrollbar_T *sb;
|
||||||
long value;
|
long value;
|
||||||
|
@ -746,6 +746,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
1212,
|
||||||
/**/
|
/**/
|
||||||
1211,
|
1211,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user