From 90e44d3ff2182749da8d7d255bef15fd99c18eee Mon Sep 17 00:00:00 2001 From: der richter Date: Fri, 29 Mar 2019 20:39:42 +0100 Subject: cocoa-cb: add support for custom colored title bar --- osdep/macosx_application.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'osdep/macosx_application.h') diff --git a/osdep/macosx_application.h b/osdep/macosx_application.h index 5f33a384f2..7c22abaf84 100644 --- a/osdep/macosx_application.h +++ b/osdep/macosx_application.h @@ -19,11 +19,13 @@ #define MPV_MACOSX_APPLICATION #include "osdep/macosx_menubar.h" +#include "options/m_option.h" struct macos_opts { int macos_title_bar_style; int macos_title_bar_appearance; int macos_title_bar_material; + struct m_color macos_title_bar_color; int macos_fs_animation_duration; int cocoa_cb_sw_renderer; }; -- cgit v1.2.3