diff include/SDL_video.h @ 1707:57ce47f033a5 SDL-1.3

Passing NULL to SDL_SetDisplayMode() will set the desktop mode.
author Sam Lantinga <slouken@libsdl.org>
date Sat, 24 Jun 2006 17:01:29 +0000
parents 1577404809f0
children 5b9f50c957ed
line wrap: on
line diff
--- a/include/SDL_video.h	Sat Jun 24 16:51:01 2006 +0000
+++ b/include/SDL_video.h	Sat Jun 24 17:01:29 2006 +0000
@@ -458,7 +458,7 @@
  *
  * \brief Set up the closest available mode on the current display.
  *
- * \param mode The desired display mode
+ * \param mode The desired display mode, or NULL to set the desktop mode.
  *
  * \return 0 on success, or -1 if setting the display mode failed.
  */