Mercurial > sdl-ios-xcode
diff src/video/bwindow/SDL_BView.h @ 114:dabc453ce7f7
Now returns an error if unable to open audio on BeOS
Fixed bugs in fullscreen/windowed mode changes, removed duplicated code.
author | Sam Lantinga <slouken@lokigames.com> |
---|---|
date | Fri, 20 Jul 2001 20:07:53 +0000 |
parents | cf2af46e9e2a |
children | e8157fcb3114 |
line wrap: on
line diff
--- a/src/video/bwindow/SDL_BView.h Wed Jul 18 20:08:18 2001 +0000 +++ b/src/video/bwindow/SDL_BView.h Fri Jul 20 20:07:53 2001 +0000 @@ -85,7 +85,7 @@ dest.top = updateRect.top + yoff; dest.left = updateRect.left + xoff; dest.bottom = updateRect.bottom + yoff; - dest.right = updateRect.right + xoff;; + dest.right = updateRect.right + xoff; DrawBitmap(image, updateRect, dest); } else { DrawBitmap(image, updateRect, updateRect);