Diskussion:Fepg-plugin
Aus VDR Wiki
Version vom 12. Juni 2009, 20:10 Uhr von Asshep (Diskussion | Beiträge)
- 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