changeset 23823:513293585949

document "default" behaviour if CopyFromParent is passed as colormap to vo_x11_create_vo_window()
author attila
date Sun, 22 Jul 2007 18:31:17 +0000
parents 82ea0d19d0f5
children e93b700f00de
files libvo/x11_common.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/x11_common.c	Sun Jul 22 18:27:26 2007 +0000
+++ b/libvo/x11_common.c	Sun Jul 22 18:31:17 2007 +0000
@@ -1274,7 +1274,7 @@
  * \param height height of window
  * \param flags flags for window creation.
  *              Only VOFLAG_FULLSCREEN is supported so far.
- * \param col_map Colourmap for window
+ * \param col_map Colourmap for window or CopyFromParent if a specific colormap isn't needed
  * \param classname name to use for the classhint
  * \param title title for the window
  *