Problem: Compiler warning for unused function.
Solution: Add #ifdef. (Dominique Pelle)
return gdk_window_get_device_position(win, dev , x, y, state);
}
+# if defined(FEAT_GUI_TABLINE) || defined(PROTO)
static GdkWindow *
gui_gtk_window_at_position(GtkWidget *widget,
gint *x,
GdkDevice * const dev = gui_gtk_get_pointer_device(widget);
return gdk_device_get_window_at_position(dev, x, y);
}
+# endif
#endif
/*
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 1490,
/**/
1489,
/**/