Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Added missing pixel format
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jul 28, 2010
1 parent 7114435 commit b3f1f38
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/common.c
Expand Up @@ -486,6 +486,9 @@ PrintPixelFormat(Uint32 format)
case SDL_PIXELFORMAT_RGB555:
fprintf(stderr, "RGB555");
break;
case SDL_PIXELFORMAT_BGR555:
fprintf(stderr, "BGR555");
break;
case SDL_PIXELFORMAT_ARGB4444:
fprintf(stderr, "ARGB4444");
break;
Expand Down

0 comments on commit b3f1f38

Please sign in to comment.