forked from aniani/vim
patch 7.4.1402
Problem: GTK 3 is not supported. Solution: Add GTK 3 support. (Kazunobu Kuriyama)
This commit is contained in:
@@ -11,7 +11,11 @@
|
||||
#define GUI_BEVAL_H
|
||||
|
||||
#ifdef FEAT_GUI_GTK
|
||||
# include <gtk/gtkwidget.h>
|
||||
# ifdef USE_GTK3
|
||||
# include <gtk/gtk.h>
|
||||
# else
|
||||
# include <gtk/gtkwidget.h>
|
||||
# endif
|
||||
#else
|
||||
# if defined(FEAT_GUI_X11)
|
||||
# include <X11/Intrinsic.h>
|
||||
|
||||
Reference in New Issue
Block a user