summaryrefslogtreecommitdiff
path: root/amiga/gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/gui.c')
-rw-r--r--amiga/gui.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/amiga/gui.c b/amiga/gui.c
index 1182d1c25..8280d3097 100644
--- a/amiga/gui.c
+++ b/amiga/gui.c
@@ -742,6 +742,7 @@ static void ami_openscreen(void)
if(screen_signal == -1) screen_signal = AllocSignal(-1);
LOG("Screen signal %d", screen_signal);
scrn = OpenScreenTags(NULL,
+ /**\todo specify screen depth */
SA_DisplayID, id,
SA_Title, ami_gui_get_screen_title(),
SA_Type, PUBLICSCREEN,