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

@@ -49,6 +49,11 @@
#endif
#include <gtk/gtk.h>
#ifdef HAVE_GTK_MAC
#include <gtkosxapplication.h>
#endif
#include "banlist.h"
#undef gtk_signal_connect
@@ -65,6 +70,10 @@
#define flag_b flag_wid[8]
#define NUM_FLAG_WIDS 9
#ifdef HAVE_GTK_MAC
extern GtkosxApplication *osx_app;
#endif
struct server_gui
{
GtkWidget *rawlog_window;