Commit f77e383d authored by egottlieb's avatar egottlieb

Building under OS X with command-line tools now works.

parent 6295237d
......@@ -28,8 +28,7 @@
#include "SDL_stdinc.h"
#include "SDL_video.h"
#include "SDL_shape.h"
#include "SDL_shape_internals.h"
#include "../SDL_sysvideo.h"
#include "../SDL_shape_internals.h"
typedef struct {
NSGraphicsContext* context;
......
......@@ -24,7 +24,7 @@
#include "SDL_cocoavideo.h"
#include "SDL_shape.h"
#include "SDL_cocoashape.h"
#include "SDL_sysvideo.h"
#include "../SDL_sysvideo.h"
SDL_WindowShaper* Cocoa_CreateShaper(SDL_Window* window) {
SDL_WindowData* data = (SDL_WindowData*)window->driverdata;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment