aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/extantz/extantz.c
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-05-11 13:34:49 +1000
committerDavid Walter Seikel2014-05-11 13:34:49 +1000
commit041d246dfc219a0bb2e10345090a4ff9613b5920 (patch)
tree16530dbff036c15964e26ef28f68f76e66d3f501 /src/extantz/extantz.c
parentResize instead of mapping windows. Got the basics of a window manager in a f... (diff)
downloadSledjHamr-041d246dfc219a0bb2e10345090a4ff9613b5920.zip
SledjHamr-041d246dfc219a0bb2e10345090a4ff9613b5920.tar.gz
SledjHamr-041d246dfc219a0bb2e10345090a4ff9613b5920.tar.bz2
SledjHamr-041d246dfc219a0bb2e10345090a4ff9613b5920.tar.xz
Change internal windows from Elm win to Elm layout.
Diffstat (limited to 'src/extantz/extantz.c')
-rw-r--r--src/extantz/extantz.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/extantz/extantz.c b/src/extantz/extantz.c
index 03979ab..fe6a3c2 100644
--- a/src/extantz/extantz.c
+++ b/src/extantz/extantz.c
@@ -524,7 +524,6 @@ EAPI_MAIN int elm_main(int argc, char **argv)
524 // Bump the top toolbar above the windows. 524 // Bump the top toolbar above the windows.
525 evas_object_raise(ourGlobals.tb); 525 evas_object_raise(ourGlobals.tb);
526 526
527 evas_object_show(ourGlobals.mainWindow->box);
528 _on_resize(&ourGlobals, NULL, NULL, NULL); 527 _on_resize(&ourGlobals, NULL, NULL, NULL);
529 528
530 elm_run(); 529 elm_run();