X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Finclude%2Fvideo.h;h=6a67bcea62f818ee8af425c55c6b4238d9936a03;hb=beb038d5dd0f4e2f77ee8055a40ce1c4c8ed7b1c;hp=685a6d8668323adfcbc60cbd663f30cfc326ae15;hpb=d1f771d16daa368e567adc10e2b1868ab86be204;p=virtualjaguar diff --git a/src/include/video.h b/src/include/video.h index 685a6d8..6a67bce 100644 --- a/src/include/video.h +++ b/src/include/video.h @@ -15,7 +15,7 @@ bool InitVideo(void); void VideoDone(void); void RenderBackbuffer(void); void ResizeScreen(uint32 width, uint32 height); -uint32 GetSDLScreenPitch(void); +uint32 GetSDLScreenWidthInPixels(void); void ToggleFullscreen(void); #endif // __VIDEO_H__