# HG changeset patch # User Philipp Wiesemann # Date 1468872227 -7200 # Node ID 16c283d1dccad4641ca1b3427f6b588c04401d1e # Parent 4b0ac1c3fcf89378a7944610636beb06e80f18be Updated comments in video implementations. diff -r 4b0ac1c3fcf8 -r 16c283d1dcca src/video/pandora/SDL_pandora.c --- a/src/video/pandora/SDL_pandora.c Mon Jul 18 22:02:17 2016 +0200 +++ b/src/video/pandora/SDL_pandora.c Mon Jul 18 22:03:47 2016 +0200 @@ -93,7 +93,7 @@ phdata->egl_initialized = SDL_TRUE; - /* Setup amount of available displays and current display */ + /* Setup amount of available displays */ device->num_displays = 0; /* Set device free function */ diff -r 4b0ac1c3fcf8 -r 16c283d1dcca src/video/psp/SDL_pspvideo.c --- a/src/video/psp/SDL_pspvideo.c Mon Jul 18 22:02:17 2016 +0200 +++ b/src/video/psp/SDL_pspvideo.c Mon Jul 18 22:03:47 2016 +0200 @@ -101,7 +101,7 @@ phdata->egl_initialized = SDL_TRUE; - /* Setup amount of available displays and current display */ + /* Setup amount of available displays */ device->num_displays = 0; /* Set device free function */ diff -r 4b0ac1c3fcf8 -r 16c283d1dcca src/video/raspberry/SDL_rpivideo.c --- a/src/video/raspberry/SDL_rpivideo.c Mon Jul 18 22:02:17 2016 +0200 +++ b/src/video/raspberry/SDL_rpivideo.c Mon Jul 18 22:03:47 2016 +0200 @@ -88,7 +88,7 @@ device->driverdata = phdata; - /* Setup amount of available displays and current display */ + /* Setup amount of available displays */ device->num_displays = 0; /* Set device free function */ diff -r 4b0ac1c3fcf8 -r 16c283d1dcca src/video/vivante/SDL_vivantevideo.c --- a/src/video/vivante/SDL_vivantevideo.c Mon Jul 18 22:02:17 2016 +0200 +++ b/src/video/vivante/SDL_vivantevideo.c Mon Jul 18 22:03:47 2016 +0200 @@ -77,7 +77,7 @@ device->driverdata = data; - /* Setup amount of available displays and current display */ + /* Setup amount of available displays */ device->num_displays = 0; /* Set device free function */