Fixed names of driver-specific implementation files.

This commit is contained in:
Eli Gottlieb 2010-06-05 15:12:27 -04:00
parent 3b75623708
commit 350a2b464e
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. */