Преглед на файлове

Updated comments in video implementations.

Philipp Wiesemann преди 9 години
родител
ревизия
d478f26ef4
променени са 4 файла, в които са добавени 4 реда и са изтрити 4 реда
  1. 1 1
      src/video/pandora/SDL_pandora.c
  2. 1 1
      src/video/psp/SDL_pspvideo.c
  3. 1 1
      src/video/raspberry/SDL_rpivideo.c
  4. 1 1
      src/video/vivante/SDL_vivantevideo.c

+ 1 - 1
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 */

+ 1 - 1
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 */

+ 1 - 1
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 */

+ 1 - 1
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 */