Diskussion:Fepg-plugin

Aus VDR Wiki
(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche

Version vom 12. Juni 2009, 21:10 Uhr

Fehler in fepgOsd.h
# make plugins
...
fepgOsd.h:35: error: multiple parameters named 'x2'
...


Der Hund liegt hier begraben

  • PLUGINDIR/fpeg/fepgOsd.h
  • void Darken(int x1, int y1, int x2, int x2, int d = 2, tColor c = clrBlack);

Aendern in

  • void Darken(int x1, int y1, int x2, int y2, int d = 2, tColor c = clrBlack);

Dann klappts auch mit dem Plugin