Mailing List archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[vdr] OSD API request ( SetPixel(), SetColor() )
i would like to have cOsdbase get 2 additional methodes:
void cOsdbase::SetColor(int idx, cOsdColor col)
because i couldn't find a way to change the color of a table entry after
it has been added. but maybe i have overlooked a static methode
somewhere, again. :)
void cOsdbase::SetPixel(int x, int y, int idx)
currently, i call Fill() to set a single pixel, but this goes through
the nested for loop (which does nothing in my case). i would like to
avoid this indirection, if possible.
thx ...
clemens
--
"Real programmers are not afraid of the goto, but they avoid it whenever
it is possible by writing self modifying code!"
--
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe vdr" as subject.
Home |
Main Index |
Thread Index