Skip to content

Commit 70d23b2

Browse files
committed
README-migration: Remove errant reference to SDL_FALSE_
1 parent 6aef6ae commit 70d23b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/README-migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ The iscapture field of SDL_AudioDeviceEvent has been renamed recording.
411411

412412
SDL_QUERY, SDL_IGNORE, SDL_ENABLE, and SDL_DISABLE have been removed. You can use the functions SDL_SetEventEnabled() and SDL_EventEnabled() to set and query event processing state.
413413

414-
SDL_AddEventWatch() now returns SDL_FALSE_ if it fails because it ran out of memory and couldn't add the event watch callback.
414+
SDL_AddEventWatch() now returns false if it fails because it ran out of memory and couldn't add the event watch callback.
415415

416416
SDL_RegisterEvents() now returns 0 if it couldn't allocate any user events.
417417

0 commit comments

Comments
 (0)