From d5be1e272965176cb974d41fa4f6f94ada074a04 Mon Sep 17 00:00:00 2001 From: der richter Date: Fri, 29 Mar 2019 20:36:34 +0100 Subject: 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. --- wscript_build.py | 1 + 1 file changed, 1 insertion(+) (limited to 'wscript_build.py') 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" ), ] -- cgit v1.2.3