aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/extantz
diff options
context:
space:
mode:
Diffstat (limited to 'src/extantz')
-rw-r--r--src/extantz/extantz.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extantz/extantz.c b/src/extantz/extantz.c
index c077f44..22244ba 100644
--- a/src/extantz/extantz.c
+++ b/src/extantz/extantz.c
@@ -487,7 +487,7 @@ EAPI_MAIN int elm_main(int argc, char **argv)
487 evas_object_move(ourGlobals.win, ourGlobals.win_x, ourGlobals.win_y); 487 evas_object_move(ourGlobals.win, ourGlobals.win_x, ourGlobals.win_y);
488 evas_object_resize(ourGlobals.win, ourGlobals.win_w, ourGlobals.win_h); 488 evas_object_resize(ourGlobals.win, ourGlobals.win_w, ourGlobals.win_h);
489 489
490 /* Our "layers". 490 /* Our "layers". TODO - This is out of date, I should update it.
491 491
492 Elm win - our real main window 492 Elm win - our real main window
493 These have some sort of inlined image if they are internal. 493 These have some sort of inlined image if they are internal.