rotor turning with measure input power is now working
[enigma2.git] / lib / gdi / grc.h
index 574391789c70d39ebf3bcefc9a8e998c8e157275..53bf7f09c11fbb4737efbc6f15e70f748cb76943 100644 (file)
@@ -215,6 +215,7 @@ public:
        void blit(gPixmap *pixmap, ePoint pos, const eRect &what=eRect(), int flags=0);
 
        void setPalette(gRGB *colors, int start=0, int len=256);
+       void setPalette(gPixmap *source);
        void mergePalette(gPixmap *target);
        
        void line(ePoint start, ePoint end);