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 2fdcfad commit b1b964aCopy full SHA for b1b964a
1 file changed
src/gui.c
@@ -37,7 +37,7 @@ static void gui_set_fg_color(char_u *name);
37
static void gui_set_bg_color(char_u *name);
38
static win_T *xy2win(int x, int y);
39
40
-#if defined(UNIX) && !defined(FEAT_GUI_MAC)
+#if defined(UNIX) && !(defined(FEAT_GUI_MAC) || defined(FEAT_GUI_MACVIM))
41
# define MAY_FORK
42
static void gui_do_fork(void);
43
0 commit comments