libsdl-org / SDL

Simple Directmedia Layer
https://libsdl.org
zlib License
9.98k stars 1.84k forks source link

[SDL_video] SDL_GetWindowPixelFormat still returns Uint32 instead of an SDL_PixelFormat value #10257

Closed lumpalette closed 4 months ago

Navya-Rawat999 commented 4 months ago

Hey there. Could you please tell me how to install SDL3 ? I used cmake and added the libraries to my include path. But I can't find the implementations of those header files.

lumpalette commented 4 months ago

hi! have you tried this? https://github.com/libsdl-org/SDL/blob/main/INSTALL.md

Navya-Rawat999 commented 4 months ago

Yeah , I read this and used it's macos install instructions for command line. I built the project using cmake and got all header files but there are no implementations of the functions that are inside header files.

You can comment here: https://github.com/libsdl-org/SDL/issues/10256

slouken commented 4 months ago

Fixed, thanks!