Skip to content

Commit

Permalink
vizdirect: exercise direct render restrictions #1661
Browse files Browse the repository at this point in the history
  • Loading branch information
dankamongmen committed May 18, 2021
1 parent 42f26fc commit ce24efa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/poc/vizdirect.c
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ int main(void){
NCBLIT_DEFAULT, NCSCALE_NONE)){
goto err;
}
if(partial_image(n, "../data/warmech.bmp")){
goto err;
}
if(ncdirect_stop(n)){
return EXIT_FAILURE;
}
Expand Down

0 comments on commit ce24efa

Please sign in to comment.