We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b57814 commit c1ab676Copy full SHA for c1ab676
2 files changed
src/gui_motif.c
@@ -118,7 +118,7 @@ static void gui_motif_scroll_colors(Widget id);
118
*/
119
120
static void
121
-scroll_cb(Widget w UNUSED, XtPointer client_data, call_data)
+scroll_cb(Widget w UNUSED, XtPointer client_data, XtPointer call_data)
122
{
123
scrollbar_T *sb;
124
long value;
src/version.c
@@ -746,6 +746,8 @@ static char *(features[]) =
746
747
static int included_patches[] =
748
{ /* Add new patch number below this line */
749
+/**/
750
+ 1212,
751
/**/
752
1211,
753
0 commit comments