aboutsummaryrefslogtreecommitdiff
path: root/maemo
diff options
context:
space:
mode:
Diffstat (limited to 'maemo')
-rw-r--r--maemo/hildon.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/maemo/hildon.c b/maemo/hildon.c
index 37e67af..342ac19 100644
--- a/maemo/hildon.c
+++ b/maemo/hildon.c
@@ -211,6 +211,16 @@ static void pl_get_layer_pos(int *x, int *y, int *w, int *h)
*h = 640;
}
+void *pl_prepare_screenshot(int *w, int *h, int *bpp)
+{
+ return NULL;
+}
+
+int writepng()
+{
+ return -1;
+}
+
extern int UseFrameSkip; // hmh
const struct rearmed_cbs pl_rearmed_cbs = {