No point in calling x_window_geometry_get here, we never use the returned

width or height afterwards.



SVN revision: 46014
This commit is contained in:
Christopher Michael 2010-02-09 17:03:52 +00:00
parent a59647570f
commit 1c54bdde06
1 changed files with 1 additions and 1 deletions

View File

@ -362,7 +362,7 @@ _systray_icon_add(Instance *inst, const Ecore_X_Window win)
ecore_x_window_save_set_add(win);
ecore_x_window_shape_events_select(win, 1);
ecore_x_window_geometry_get(win, NULL, NULL, &w, &h);
//ecore_x_window_geometry_get(win, NULL, NULL, &w, &h);
evas_object_event_callback_add
(o, EVAS_CALLBACK_MOVE, _systray_icon_cb_move, icon);