allow burning DVDs with multiple titles where playback automatically jumps to the...
[enigma2.git] / lib / gui / ecanvas.h
index 629c603f1e8fa8242f01eeb6034d840532d23279..b2ad6a061719528469b4e7c892bf91e628fb187e 100644 (file)
@@ -12,6 +12,7 @@ public:
 
        void clear(gRGB color);
        void fillRect(eRect rect, gRGB color);
+       void writeText(eRect where, gRGB fg, gRGB bg, gFont *font, const char *string, int flags);
 };
 
 #endif