mirror of
https://github.com/odin-lang/Odin.git
synced 2026-06-12 21:38:09 +00:00
Merge pull request #5984 from dozn/patch-4
Change Return Type of `sdl2.GetWindowFlags` from `u32` to Existing `WindowFlags` `bit_set`
This commit is contained in:
2
vendor/sdl2/sdl_video.odin
vendored
2
vendor/sdl2/sdl_video.odin
vendored
@@ -237,7 +237,7 @@ foreign lib {
|
||||
CreateWindowFrom :: proc(data: rawptr) -> ^Window ---
|
||||
GetWindowID :: proc(window: ^Window) -> u32 ---
|
||||
GetWindowFromID :: proc(id: u32) -> ^Window ---
|
||||
GetWindowFlags :: proc(window: ^Window) -> u32 ---
|
||||
GetWindowFlags :: proc(window: ^Window) -> WindowFlags ---
|
||||
SetWindowTitle :: proc(window: ^Window, title: cstring) ---
|
||||
GetWindowTitle :: proc(window: ^Window) -> cstring ---
|
||||
SetWindowIcon :: proc(window: ^Window, icon: ^Surface) ---
|
||||
|
||||
Reference in New Issue
Block a user