Build with gtk-mac-integration

- Use HexChat logo for dock icon
- Use appmenu (not finished)
This commit is contained in:
TingPing
2014-01-12 17:00:26 -05:00
committed by TingPing
parent 4319f8009c
commit 7b0acb2b44
5 changed files with 45 additions and 0 deletions

View File

@ -765,6 +765,9 @@ load_default_config(void)
prefs.hex_gui_autoopen_dialog = 1;
prefs.hex_gui_autoopen_recv = 1;
prefs.hex_gui_autoopen_send = 1;
#ifdef HAVE_GTK_MAC
prefs.hex_gui_hide_menu = 1;
#endif
prefs.hex_gui_input_attr = 1;
prefs.hex_gui_input_icon = 1;
prefs.hex_gui_input_nick = 1;