Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SDL3/SDL_SetRenderViewport: Updated. #555

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

SDLWikiBot
Copy link
Collaborator

This edit was made by @sechshelme.

Live page is here: https://wiki.libsdl.org/SDL3/SDL_SetRenderViewport

If this user should be blocked from further edits, an admin should go to https://wiki.libsdl.org/sechshelme/block
If this user should be trusted to make direct pushes to main, without a pull request, an admin should go to https://wiki.libsdl.org/sechshelme/trust

@slouken
Copy link
Contributor

slouken commented Jun 14, 2024

[1/1] Building C object CMakeFiles/SDL3_SDL_SetRenderViewport_c.dir/wikidir/examples/SDL3/SDL_SetRenderViewport.c.o
FAILED: CMakeFiles/SDL3_SDL_SetRenderViewport_c.dir/wikidir/examples/SDL3/SDL_SetRenderViewport.c.o 
/usr/bin/cc -D__ANDROID__ -I/home/runner/work/sdlwiki/sdlwiki/.github/../external/SDL3/include -I/home/runner/work/sdlwiki/sdlwiki/.github/../external/SDL3/src/video/khronos -isystem /usr/lib/jvm/temurin-11-jdk-amd64/include -isystem /usr/lib/jvm/temurin-11-jdk-amd64/include/linux  -MD -MT CMakeFiles/SDL3_SDL_SetRenderViewport_c.dir/wikidir/examples/SDL3/SDL_SetRenderViewport.c.o -MF CMakeFiles/SDL3_SDL_SetRenderViewport_c.dir/wikidir/examples/SDL3/SDL_SetRenderViewport.c.o.d -o CMakeFiles/SDL3_SDL_SetRenderViewport_c.dir/wikidir/examples/SDL3/SDL_SetRenderViewport.c.o -c /home/runner/work/sdlwiki/sdlwiki/build/wikidir/examples/SDL3/SDL_SetRenderViewport.c
/home/runner/work/sdlwiki/sdlwiki/build/wikidir/examples/SDL3/SDL_SetRenderViewport.c: In function ‘main’:
/home/runner/work/sdlwiki/sdlwiki/build/wikidir/examples/SDL3/SDL_SetRenderViewport.c:17:32: error: ‘nullptr’ undeclared (first use in this function)
   17 |   SDL_RenderFillRect(renderer, nullptr);
      |                                ^~~~~~~
/home/runner/work/sdlwiki/sdlwiki/build/wikidir/examples/SDL3/SDL_SetRenderViewport.c:17:32: note: each undeclared identifier is reported only once for each function it appears in
ninja: build stopped: subcommand failed.

@slouken slouken requested a review from icculus June 14, 2024 16:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants