From 823397cf5526a61d6b3a19bb16ab0b2c3da7f95e Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi <pietro10@mac.com> Date: Wed, 15 Apr 2015 18:51:04 -0400 Subject: [PATCH] Moved the uipriv_*.h files to the respective folders. The ui_*.h files stay up here; they'll be moved to IDLs later. --- new/{ => darwin}/uipriv_darwin.h | 4 ++-- new/{ => unix}/uipriv_unix.h | 4 ++-- new/{ => windows}/uipriv_windows.h | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) rename new/{ => darwin}/uipriv_darwin.h (95%) rename new/{ => unix}/uipriv_unix.h (85%) rename new/{ => windows}/uipriv_windows.h (97%) diff --git a/new/uipriv_darwin.h b/new/darwin/uipriv_darwin.h similarity index 95% rename from new/uipriv_darwin.h rename to new/darwin/uipriv_darwin.h index 8516e9a..36de1f1 100644 --- a/new/uipriv_darwin.h +++ b/new/darwin/uipriv_darwin.h @@ -2,8 +2,8 @@ #define MAC_OS_X_VERSION_MIN_REQUIRED MAC_OS_X_VERSION_10_7 #define MAC_OS_X_VERSION_MAX_ALLOWED MAC_OS_X_VERSION_10_7 #import <Cocoa/Cocoa.h> -#import "uipriv.h" -#import "ui_darwin.h" +#import "../uipriv.h" +#import "../ui_darwin.h" #define toNSString(str) [NSString stringWithUTF8String:(str)] #define fromNSString(str) [(str) UTF8String] diff --git a/new/uipriv_unix.h b/new/unix/uipriv_unix.h similarity index 85% rename from new/uipriv_unix.h rename to new/unix/uipriv_unix.h index 1af388b..2178ab0 100644 --- a/new/uipriv_unix.h +++ b/new/unix/uipriv_unix.h @@ -4,8 +4,8 @@ #define GDK_VERSION_MIN_REQUIRED GDK_VERSION_3_4 #define GDK_VERSION_MAX_ALLOWED GDK_VERSION_3_4 #include <gtk/gtk.h> -#include "uipriv.h" -#include "ui_unix.h" +#include "../uipriv.h" +#include "../ui_unix.h" #define gtkXMargin 12 #define gtkYMargin 12 diff --git a/new/uipriv_windows.h b/new/windows/uipriv_windows.h similarity index 97% rename from new/uipriv_windows.h rename to new/windows/uipriv_windows.h index 9d3d276..4ba0f5a 100644 --- a/new/uipriv_windows.h +++ b/new/windows/uipriv_windows.h @@ -25,8 +25,8 @@ #include <stdarg.h> #include <oleacc.h> #include <stdio.h> -#include "uipriv.h" -#include "ui_windows.h" +#include "../uipriv.h" +#include "../ui_windows.h" // ui internal window messages enum {