mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-16 02:30:19 +00:00
Build with gtk-mac-integration
- Use HexChat logo for dock icon - Use appmenu (not finished)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user