Removed the window shape API for SDL 3.0

Fixes https://github.com/libsdl-org/SDL/issues/6654
Fixes https://github.com/libsdl-org/SDL/issues/6897
This commit is contained in:
Sam Lantinga 2023-11-22 11:46:36 -08:00
parent 45938bbfa5
commit 81fc7ded78
30 changed files with 34 additions and 1081 deletions

View file

@ -57,7 +57,6 @@ SDL3_0.0.0 {
SDL_CreateRWLock;
SDL_CreateRenderer;
SDL_CreateSemaphore;
SDL_CreateShapedWindow;
SDL_CreateSoftwareRenderer;
SDL_CreateSurface;
SDL_CreateSurfaceFrom;
@ -314,7 +313,6 @@ SDL3_0.0.0 {
SDL_GetSensorNonPortableType;
SDL_GetSensorType;
SDL_GetSensors;
SDL_GetShapedWindowMode;
SDL_GetSurfaceAlphaMod;
SDL_GetSurfaceBlendMode;
SDL_GetSurfaceClipRect;
@ -420,7 +418,6 @@ SDL3_0.0.0 {
SDL_IsDeXMode;
SDL_IsGamepad;
SDL_IsJoystickVirtual;
SDL_IsShapedWindow;
SDL_IsTablet;
SDL_JoystickConnected;
SDL_JoystickEventsEnabled;
@ -612,7 +609,6 @@ SDL3_0.0.0 {
SDL_SetWindowOpacity;
SDL_SetWindowPosition;
SDL_SetWindowResizable;
SDL_SetWindowShape;
SDL_SetWindowSize;
SDL_SetWindowTitle;
SDL_SetWindowsMessageHook;