X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/6c402c27ba2c8cc2c7c6bb6f5fbb0c2d2d0c0f8b..c3e7df23d5424647a8a41c0d9d9aa0fc86f47d0f:/lib/gui/epositiongauge.h diff --git a/lib/gui/epositiongauge.h b/lib/gui/epositiongauge.h index 4b202098..f90b2809 100644 --- a/lib/gui/epositiongauge.h +++ b/lib/gui/epositiongauge.h @@ -18,8 +18,9 @@ public: void setInColor(const gRGB &color); /* foreground? */ void setPointer(int which, gPixmap *pixmap, const ePoint ¢er); + void setPointer(int which, ePtr &pixmap, const ePoint ¢er); - void setInOutList(PyObject *list); + void setInOutList(SWIG_PYOBJECT(ePyObject) list); void setForegroundColor(const gRGB &col); void enableSeekPointer(int enable);