Updated comments in video implementations.

This commit is contained in:
Philipp Wiesemann 2016-07-18 22:03:47 +02:00
parent c8cd5c559a
commit d478f26ef4
4 changed files with 4 additions and 4 deletions

View File

@ -93,7 +93,7 @@ PND_create()
phdata->egl_initialized = SDL_TRUE; phdata->egl_initialized = SDL_TRUE;
/* Setup amount of available displays and current display */ /* Setup amount of available displays */
device->num_displays = 0; device->num_displays = 0;
/* Set device free function */ /* Set device free function */

View File

@ -101,7 +101,7 @@ PSP_Create()
phdata->egl_initialized = SDL_TRUE; phdata->egl_initialized = SDL_TRUE;
/* Setup amount of available displays and current display */ /* Setup amount of available displays */
device->num_displays = 0; device->num_displays = 0;
/* Set device free function */ /* Set device free function */

View File

@ -88,7 +88,7 @@ RPI_Create()
device->driverdata = phdata; device->driverdata = phdata;
/* Setup amount of available displays and current display */ /* Setup amount of available displays */
device->num_displays = 0; device->num_displays = 0;
/* Set device free function */ /* Set device free function */

View File

@ -77,7 +77,7 @@ VIVANTE_Create()
device->driverdata = data; device->driverdata = data;
/* Setup amount of available displays and current display */ /* Setup amount of available displays */
device->num_displays = 0; device->num_displays = 0;
/* Set device free function */ /* Set device free function */