aboutsummaryrefslogtreecommitdiff
path: root/maemo
diff options
context:
space:
mode:
Diffstat (limited to 'maemo')
-rw-r--r--maemo/hildon.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/maemo/hildon.c b/maemo/hildon.c
index 8948c3b..8e7635a 100644
--- a/maemo/hildon.c
+++ b/maemo/hildon.c
@@ -182,6 +182,8 @@ void maemo_init(int *argc, char ***argv)
g_layer_x = (X_RES - D_WIDTH) / 2;
g_layer_y = (Y_RES - D_HEIGHT) / 2;
g_layer_w = D_WIDTH, g_layer_h = D_HEIGHT;
+
+ pl_rearmed_cbs.only_16bpp = 1;
}
void menu_loop(void)