Mercurial > mplayer.hg
comparison gui/mplayer/gui_common.c @ 33535:ba473335e68b
Rename Render() RenderAll().
All items are rendered by this function at one go,
so the new name is more appropriate.
author | ib |
---|---|
date | Thu, 16 Jun 2011 11:30:11 +0000 |
parents | 22c3241467b3 |
children | 55b8f5d5df15 |
comparison
equal
deleted
inserted
replaced
33534:22c3241467b3 | 33535:ba473335e68b |
---|---|
377 | 377 |
378 i += r; | 378 i += r; |
379 } | 379 } |
380 } | 380 } |
381 | 381 |
382 void Render(wsTWindow *window, wItem *Items, int nrItems, char *db, int size) | 382 void RenderAll(wsTWindow *window, wItem *Items, int nrItems, char *db, int size) |
383 { | 383 { |
384 wItem *item; | 384 wItem *item; |
385 txSample *image = NULL; | 385 txSample *image = NULL; |
386 int i, ofs; | 386 int i, ofs; |
387 | 387 |