Skip to content

Commit 4df3f68

Browse files
authored
Merge pull request #618 from macvim-dev/fix/gui_fork
Fix :gui
2 parents 2fdcfad + b1b964a commit 4df3f68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/gui.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ static void gui_set_fg_color(char_u *name);
3737
static void gui_set_bg_color(char_u *name);
3838
static win_T *xy2win(int x, int y);
3939

40-
#if defined(UNIX) && !defined(FEAT_GUI_MAC)
40+
#if defined(UNIX) && !(defined(FEAT_GUI_MAC) || defined(FEAT_GUI_MACVIM))
4141
# define MAY_FORK
4242
static void gui_do_fork(void);
4343

0 commit comments

Comments
 (0)