summaryrefslogtreecommitdiffstats
path: root/wscript_build.py
diff options
context:
space:
mode:
authorder richter <der.richter@gmx.de>2019-03-29 20:36:34 +0100
committerJan Ekström <jeebjp@gmail.com>2019-04-02 02:09:01 +0300
commitd5be1e272965176cb974d41fa4f6f94ada074a04 (patch)
treefd27c8eec52907278c3b404ad9fc4384d7996446 /wscript_build.py
parent9d5805fba4d60524aaa023e0a47a06c3547fc841 (diff)
downloadmpv-d5be1e272965176cb974d41fa4f6f94ada074a04.tar.bz2
mpv-d5be1e272965176cb974d41fa4f6f94ada074a04.tar.xz
cocoa-cb: move all title bar related functionality in its own file
quite a lot of the title bar functionality and logic was within our window. since we recently added a custom title bar class to our window i decided to move all that functionality into that class and in its own file. this is also a preparation for the next commits.
Diffstat (limited to 'wscript_build.py')
-rw-r--r--wscript_build.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/wscript_build.py b/wscript_build.py
index e08a7fe3f4..38f704ef34 100644
--- a/wscript_build.py
+++ b/wscript_build.py
@@ -168,6 +168,7 @@ def build(ctx):
( "video/out/cocoa-cb/events_view.swift" ),
( "video/out/cocoa-cb/video_layer.swift" ),
( "video/out/cocoa-cb/window.swift" ),
+ ( "video/out/cocoa-cb/title_bar.swift" ),
( "video/out/cocoa_cb_common.swift" ),
]