From d4fb903c072d671e1acc2222d8dc5b92605c95f6 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi 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. --- uipriv_darwin.h => darwin/uipriv_darwin.h | 4 ++-- uipriv_unix.h => unix/uipriv_unix.h | 4 ++-- uipriv_windows.h => windows/uipriv_windows.h | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) rename uipriv_darwin.h => darwin/uipriv_darwin.h (95%) rename uipriv_unix.h => unix/uipriv_unix.h (85%) rename uipriv_windows.h => windows/uipriv_windows.h (97%) diff --git a/uipriv_darwin.h b/darwin/uipriv_darwin.h similarity index 95% rename from uipriv_darwin.h rename to darwin/uipriv_darwin.h index 8516e9af..36de1f12 100644 --- a/uipriv_darwin.h +++ b/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 -#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/uipriv_unix.h b/unix/uipriv_unix.h similarity index 85% rename from uipriv_unix.h rename to unix/uipriv_unix.h index 1af388b1..2178ab01 100644 --- a/uipriv_unix.h +++ b/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 -#include "uipriv.h" -#include "ui_unix.h" +#include "../uipriv.h" +#include "../ui_unix.h" #define gtkXMargin 12 #define gtkYMargin 12 diff --git a/uipriv_windows.h b/windows/uipriv_windows.h similarity index 97% rename from uipriv_windows.h rename to windows/uipriv_windows.h index 9d3d276c..4ba0f5af 100644 --- a/uipriv_windows.h +++ b/windows/uipriv_windows.h @@ -25,8 +25,8 @@ #include #include #include -#include "uipriv.h" -#include "ui_windows.h" +#include "../uipriv.h" +#include "../ui_windows.h" // ui internal window messages enum {