# HG changeset patch # User attila # Date 1185129077 0 # Node ID 513293585949d9a08c0556cd1783af38f12b9012 # Parent 82ea0d19d0f523d065150383520f674c26212074 document "default" behaviour if CopyFromParent is passed as colormap to vo_x11_create_vo_window() diff -r 82ea0d19d0f5 -r 513293585949 libvo/x11_common.c --- 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 *