aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/extantz
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-05-13 17:00:29 +1000
committerDavid Walter Seikel2014-05-13 17:00:29 +1000
commitfc8801ad212dd1ddd8e31d2d551ffb15befd44a0 (patch)
treefea723413c52481e46c82bbdbd860086c0b54b31 /src/extantz
parentNo idea how long this has been wrong. lol (diff)
downloadSledjHamr-fc8801ad212dd1ddd8e31d2d551ffb15befd44a0.zip
SledjHamr-fc8801ad212dd1ddd8e31d2d551ffb15befd44a0.tar.gz
SledjHamr-fc8801ad212dd1ddd8e31d2d551ffb15befd44a0.tar.bz2
SledjHamr-fc8801ad212dd1ddd8e31d2d551ffb15befd44a0.tar.xz
TODO++
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.