Set top shelf geometry on zone.

SVN revision: 45471
This commit is contained in:
Christopher Michael 2010-01-22 23:07:52 +00:00
parent bbaf21475c
commit ada28c01eb
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ e_mod_win_new(E_Zone *zone)
else if (mode == ECORE_X_ILLUME_MODE_DUAL_LEFT)
iwin->win->border->client.illume.drag.locked = 1;
ecore_x_e_illume_top_shelf_geometry_set(ecore_x_window_root_first_get(),
ecore_x_e_illume_top_shelf_geometry_set(zone->black_win,
zone->x, zone->y, zone->w, 32 * e_scale);
return iwin;