# HG changeset patch # User ib # Date 1359111319 0 # Node ID 85d45ea7ba5d934397bf3e77149f6ea368065cfa # Parent 745d887d4975dc38f01fbc449632c4bbe0a1e517 Add comments. diff -r 745d887d4975 -r 85d45ea7ba5d gui/ui/actions.c --- a/gui/ui/actions.c Fri Jan 25 10:49:37 2013 +0000 +++ b/gui/ui/actions.c Fri Jan 25 10:55:19 2013 +0000 @@ -57,10 +57,15 @@ #include "stream/stream.h" #include "sub/sub.h" -#define GUI_REDRAW_WAIT 375 +#define GUI_REDRAW_WAIT 375 // in milliseconds static unsigned int last_redraw_time; +/** + * @brief Clear information not used for this @a type of stream. + * + * @param type stream type + */ static void MediumPrepare(int type) { switch (type) {