layout: add panelBox and trayBox

Have LayoutManager automatically deal with sizing and positioning
boxes for the panel and messageTray relative to the monitors.

Also, now that LayoutManager knows exactly where and how tall the
panel and tray are, have it manage the pointer barriers as well.

https://bugzilla.gnome.org/show_bug.cgi?id=612662
This commit is contained in:
Dan Winship
2011-07-25 14:25:51 -04:00
parent 4902a600d5
commit 021d3dadbb
4 changed files with 86 additions and 64 deletions

View File

@ -192,8 +192,6 @@ function start() {
ExtensionSystem.init();
ExtensionSystem.loadExtensions();
panel.startupAnimation();
global.display.connect('overlay-key', Lang.bind(overview, overview.toggle));
global.stage.connect('captured-event', _globalKeyPressHandler);