aboutsummaryrefslogtreecommitdiff
path: root/maemo
diff options
context:
space:
mode:
Diffstat (limited to 'maemo')
-rw-r--r--maemo/hildon.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/maemo/hildon.c b/maemo/hildon.c
index ba035d1..26679ed 100644
--- a/maemo/hildon.c
+++ b/maemo/hildon.c
@@ -198,3 +198,8 @@ void menu_notify_mode_change(int w, int h, int bpp)
{
}
+void *plat_prepare_screenshot(int *w, int *h, int *bpp)
+{
+ return NULL;
+}
+