make video_sdl*.cpp's header-comments refer to the versions of SDL that they target

This commit is contained in:
David Ludwig 2017-09-04 12:49:54 -04:00
parent 8940880794
commit 68ee5f23f9
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
/* /*
* video_sdl.cpp - Video/graphics emulation, SDL specific stuff * video_sdl.cpp - Video/graphics emulation, SDL 1.x specific stuff
* *
* Basilisk II (C) 1997-2008 Christian Bauer * Basilisk II (C) 1997-2008 Christian Bauer
* *

View File

@ -1,5 +1,5 @@
/* /*
* video_sdl.cpp - Video/graphics emulation, SDL specific stuff * video_sdl2.cpp - Video/graphics emulation, SDL 2.x specific stuff
* *
* Basilisk II (C) 1997-2008 Christian Bauer * Basilisk II (C) 1997-2008 Christian Bauer
* *