summaryrefslogtreecommitdiffstats
path: root/osdep/macosx_application.h
diff options
context:
space:
mode:
authorder richter <der.richter@gmx.de>2019-03-29 20:39:42 +0100
committerJan Ekström <jeebjp@gmail.com>2019-04-02 02:09:01 +0300
commit90e44d3ff2182749da8d7d255bef15fd99c18eee (patch)
treea20a2aa8bb26e8b9340aecb96cc9085b1475a2f9 /osdep/macosx_application.h
parent837e5058ff110247229057f7ab182a041d1c98b8 (diff)
downloadmpv-90e44d3ff2182749da8d7d255bef15fd99c18eee.tar.bz2
mpv-90e44d3ff2182749da8d7d255bef15fd99c18eee.tar.xz
cocoa-cb: add support for custom colored title bar
Diffstat (limited to 'osdep/macosx_application.h')
-rw-r--r--osdep/macosx_application.h2
1 files changed, 2 insertions, 0 deletions
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;
};