Skip to content

Commit

Permalink
Updated comments in video implementations.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed Jul 18, 2016
1 parent c8cd5c5 commit d478f26
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/video/pandora/SDL_pandora.c
Expand Up @@ -93,7 +93,7 @@ PND_create()
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 */
Expand Down
2 changes: 1 addition & 1 deletion src/video/psp/SDL_pspvideo.c
Expand Up @@ -101,7 +101,7 @@ PSP_Create()
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 */
Expand Down
2 changes: 1 addition & 1 deletion src/video/raspberry/SDL_rpivideo.c
Expand Up @@ -88,7 +88,7 @@ RPI_Create()

device->driverdata = phdata;

/* Setup amount of available displays and current display */
/* Setup amount of available displays */
device->num_displays = 0;

/* Set device free function */
Expand Down
2 changes: 1 addition & 1 deletion src/video/vivante/SDL_vivantevideo.c
Expand Up @@ -77,7 +77,7 @@ VIVANTE_Create()

device->driverdata = data;

/* Setup amount of available displays and current display */
/* Setup amount of available displays */
device->num_displays = 0;

/* Set device free function */
Expand Down

0 comments on commit d478f26

Please sign in to comment.