Skip to content

Commit

Permalink
Port window.c to SDL3
Browse files Browse the repository at this point in the history
  • Loading branch information
ankith26 committed Jan 22, 2025
1 parent 645cda1 commit 20b481b
Show file tree
Hide file tree
Showing 2 changed files with 200 additions and 24 deletions.
3 changes: 0 additions & 3 deletions src_c/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -313,8 +313,6 @@ geometry = py.extension_module(
subdir: pg,
)

# TODO: support SDL3
if sdl_api != 3
window = py.extension_module(
'window',
'window.c',
Expand All @@ -323,7 +321,6 @@ window = py.extension_module(
install: true,
subdir: pg,
)
endif

# TODO: support SDL3
if sdl_api != 3
Expand Down
Loading

0 comments on commit 20b481b

Please sign in to comment.