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 Dec 2, 2024
1 parent 64b5320 commit a6eb1f4
Show file tree
Hide file tree
Showing 2 changed files with 208 additions and 18 deletions.
3 changes: 0 additions & 3 deletions src_c/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -319,8 +319,6 @@ geometry = py.extension_module(
subdir: pg,
)

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

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

0 comments on commit a6eb1f4

Please sign in to comment.