mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-05 23:10:58 +00:00
Fixed creating a window with both software and hardware renderer attached
This commit is contained in:
parent
3c6e6645fa
commit
48c00bfe6c
6 changed files with 39 additions and 5 deletions
|
@ -32,9 +32,6 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
#define SDL_PROP_WINDOW_RENDERER_POINTER "SDL.internal.window.renderer"
|
||||
#define SDL_PROP_TEXTURE_PARENT_POINTER "SDL.internal.texture.parent"
|
||||
|
||||
typedef enum SDL_TextureAddressMode
|
||||
{
|
||||
SDL_TEXTURE_ADDRESS_AUTO,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue