Rename GdkQuartzWindow.h and .c to GdkQuartzNSWindow.h and .c

Normally HFS+ (the MacOSX file system) isn't case-sensitive, so having both
GtkQuartzWindow.h and gtkquartzwindow.h causes the latter to overwrite the
former during git pull, breaking the build.
This commit is contained in:
John Ralls 2010-12-24 11:25:40 -08:00
parent 0f0512aee3
commit 806b6dfa08
4 changed files with 5 additions and 5 deletions

View File

@ -18,7 +18,7 @@
* Boston, MA 02111-1307, USA.
*/
#import "GdkQuartzWindow.h"
#import "GdkQuartzNSWindow.h"
#include "gdkquartzwindow.h"
#include "gdkdnd-quartz.h"
#include "gdkprivate-quartz.h"

View File

@ -1,4 +1,4 @@
/* GdkQuartzWindow.h
/* GdkQuartzNSWindow.h
*
* Copyright (C) 2005-2007 Imendio AB
*

View File

@ -20,8 +20,8 @@ noinst_LTLIBRARIES = libgdk-quartz.la
libgdk_quartz_la_SOURCES = \
GdkQuartzView.c \
GdkQuartzView.h \
GdkQuartzWindow.c \
GdkQuartzWindow.h \
GdkQuartzNSWindow.c \
GdkQuartzNSWindow.h \
gdkcursor-quartz.c \
gdkdevice-core-quartz.c \
gdkdevicemanager-core-quartz.c \

View File

@ -22,7 +22,7 @@
#define __GDK_WINDOW_QUARTZ_H__
#import <gdk/quartz/GdkQuartzView.h>
#import <gdk/quartz/GdkQuartzWindow.h>
#import <gdk/quartz/GdkQuartzNSWindow.h>
#include "gdk/gdkwindowimpl.h"
G_BEGIN_DECLS