Updated comments in video implementations.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
diff --git a/src/video/pandora/SDL_pandora.c b/src/video/pandora/SDL_pandora.c
index 310e667..eee10c7 100644
--- a/src/video/pandora/SDL_pandora.c
+++ b/src/video/pandora/SDL_pandora.c
@@ -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 */
diff --git a/src/video/psp/SDL_pspvideo.c b/src/video/psp/SDL_pspvideo.c
index ab0c611..d43c760 100644
--- a/src/video/psp/SDL_pspvideo.c
+++ b/src/video/psp/SDL_pspvideo.c
@@ -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 */
diff --git a/src/video/raspberry/SDL_rpivideo.c b/src/video/raspberry/SDL_rpivideo.c
index 539c88c..40a398a 100644
--- a/src/video/raspberry/SDL_rpivideo.c
+++ b/src/video/raspberry/SDL_rpivideo.c
@@ -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 */
diff --git a/src/video/vivante/SDL_vivantevideo.c b/src/video/vivante/SDL_vivantevideo.c
index cb1a264..0372de5 100644
--- a/src/video/vivante/SDL_vivantevideo.c
+++ b/src/video/vivante/SDL_vivantevideo.c
@@ -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 */