From 350a2b464e574bb0809e4a8a5cc5c0a9cd5a0d0a Mon Sep 17 00:00:00 2001 From: Eli Gottlieb Date: Sat, 5 Jun 2010 15:12:27 -0400 Subject: [PATCH] Fixed names of driver-specific implementation files. --- src/video/{win32/SDL_shape.c => cocoa/SDL_cocoashape.c} | 2 ++ src/video/{cocoa/SDL_shape.c => win32/SDL_win32shape.c} | 2 ++ src/video/x11/{SDL_shape.c => SDL_x11shape.c} | 2 ++ 3 files changed, 6 insertions(+) rename src/video/{win32/SDL_shape.c => cocoa/SDL_cocoashape.c} (89%) rename src/video/{cocoa/SDL_shape.c => win32/SDL_win32shape.c} (90%) rename src/video/x11/{SDL_shape.c => SDL_x11shape.c} (87%) diff --git a/src/video/win32/SDL_shape.c b/src/video/cocoa/SDL_cocoashape.c similarity index 89% rename from src/video/win32/SDL_shape.c rename to src/video/cocoa/SDL_cocoashape.c index b4ef073d6..aabebd02b 100644 --- a/src/video/win32/SDL_shape.c +++ b/src/video/cocoa/SDL_cocoashape.c @@ -21,3 +21,5 @@ */ #include "SDL_shape.h" + +/* Functions implementing shaped windows for Cocoa will be implemented when the API is decided on. */ diff --git a/src/video/cocoa/SDL_shape.c b/src/video/win32/SDL_win32shape.c similarity index 90% rename from src/video/cocoa/SDL_shape.c rename to src/video/win32/SDL_win32shape.c index b4ef073d6..1a27e8478 100644 --- a/src/video/cocoa/SDL_shape.c +++ b/src/video/win32/SDL_win32shape.c @@ -21,3 +21,5 @@ */ #include "SDL_shape.h" + +/* Functions implementing shaped windows for Win32 will be implemented when the API is set. */ diff --git a/src/video/x11/SDL_shape.c b/src/video/x11/SDL_x11shape.c similarity index 87% rename from src/video/x11/SDL_shape.c rename to src/video/x11/SDL_x11shape.c index b4ef073d6..4a2f1d27b 100644 --- a/src/video/x11/SDL_shape.c +++ b/src/video/x11/SDL_x11shape.c @@ -21,3 +21,5 @@ */ #include "SDL_shape.h" + +/* Functions implementing shaped-window functionality for X Window System will be implemented when the API is decided. */