Fixed names of driver-specific implementation files.

This commit is contained in:
Eli Gottlieb
2010-06-05 15:12:27 -04:00
parent 2ace9d0f8c
commit 5cbb32b33d
3 changed files with 6 additions and 0 deletions

View File

@@ -21,3 +21,5 @@
*/
#include "SDL_shape.h"
/* Functions implementing shaped windows for Cocoa will be implemented when the API is decided on. */

View File

@@ -21,3 +21,5 @@
*/
#include "SDL_shape.h"
/* Functions implementing shaped windows for Win32 will be implemented when the API is set. */

View File

@@ -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. */