summaryrefslogtreecommitdiff
path: root/baserender.h
diff options
context:
space:
mode:
Diffstat (limited to 'baserender.h')
-rw-r--r--baserender.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/baserender.h b/baserender.h
index aef2b2f8..9d8f405b 100644
--- a/baserender.h
+++ b/baserender.h
@@ -181,4 +181,6 @@ class cFlatBaseRender
int GetFontAscender(const char *Name, int CharHeight, int CharWidth = 0);
void DrawWidgetWeather(void);
+
+ virtual cPixmap *CreatePixmap(int Layer, const cRect &ViewPort, const cRect &DrawPort = cRect::Null);
};