Changeset 58035 in vbox for trunk/src/VBox/Frontends/VBoxSDL
- Timestamp:
- Oct 6, 2015 7:47:47 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxSDL/VBoxSDLTest.cpp
r57773 r58035 267 267 #endif 268 268 269 RTPrintf("Testing " ESC_BOLD"%ldx%ld@%ld" ESC_NORM "\n", guGuestXRes, guGuestYRes, guGuestBpp);269 RTPrintf("Testing " ESC_BOLD "%ldx%ld@%ld" ESC_NORM "\n", guGuestXRes, guGuestYRes, guGuestBpp); 270 270 271 271 gScreen = SDL_SetVideoMode(newWidth, newHeight, 0, sdlFlags); … … 441 441 { 442 442 if (rc == -1) 443 RTPrintf("" ESC_BOLD"%s() failed:" ESC_NORM " '%s'\n", fn, SDL_GetError());443 RTPrintf("" ESC_BOLD "%s() failed:" ESC_NORM " '%s'\n", fn, SDL_GetError()); 444 444 445 445 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.