From b264612b1064a2c639e169cd4d794532d32b1005 Mon Sep 17 00:00:00 2001 From: Martin Plicht Date: Sun, 2 Sep 2012 20:57:49 +0200 Subject: [PATCH] mac: Move C4EditorWindowController from platform to editor --- CMakeLists.txt | 4 ++-- src/{platform => editor}/C4EditorWindowController.h | 0 src/{platform => editor}/C4EditorWindowController.mm | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename src/{platform => editor}/C4EditorWindowController.h (100%) rename src/{platform => editor}/C4EditorWindowController.mm (100%) diff --git a/CMakeLists.txt b/CMakeLists.txt index b4917b3a2..075cafd3f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -654,8 +654,8 @@ elseif(USE_COCOA) src/platform/C4WindowController.h src/platform/C4WindowController.mm src/platform/CocoaKeycodeMap.h - src/platform/C4EditorWindowController.h - src/platform/C4EditorWindowController.mm + src/editor/C4EditorWindowController.h + src/editor/C4EditorWindowController.mm src/platform/ObjectiveCAssociated.h ) endif() diff --git a/src/platform/C4EditorWindowController.h b/src/editor/C4EditorWindowController.h similarity index 100% rename from src/platform/C4EditorWindowController.h rename to src/editor/C4EditorWindowController.h diff --git a/src/platform/C4EditorWindowController.mm b/src/editor/C4EditorWindowController.mm similarity index 100% rename from src/platform/C4EditorWindowController.mm rename to src/editor/C4EditorWindowController.mm