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

@ -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