mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 07:50:19 +00:00
When either mac integration dependency is found on darwin, Meson now adds that dependency and defines -DHAVE_GTK_MAC in zoitechat_gtk_cflags, which activates the existing #ifdef HAVE_GTK_MAC blocks in the GTK frontend code. Verified the existing source guards that become active with HAVE_GTK_MAC are already present in the requested files: fe-gtk.h (mac header include + extern). fe-gtk.c (global mac app object and mac-specific paths). menu.c (mac menubar/app-menu integration). maingui.c (mac dock attention request).