support scale attribute for epixmap
[enigma2.git] / lib / gdi / accel.h
index 63d3bf306209aca01529c82b74e94fd1430aac81..b08ba6610defb44c83f1188b350a9cde7fc8deda 100644 (file)
@@ -14,7 +14,7 @@ public:
        
        void setAccelMemorySpace(void *addr, int phys_addr, int size);
        
-       int blit(gSurface *dst, const gSurface *src, const ePoint &p, const eRect &area, int flags);
+       int blit(gSurface *dst, const gSurface *src, const eRect &p, const eRect &area, int flags);
        int fill(gSurface *dst, const eRect &area, unsigned long col);
        
        int accelAlloc(void *&addr, int &phys_addr, int size);