No point in running find_by_client_window here as we do nothing with it

anyway.



SVN revision: 46104
This commit is contained in:
Christopher Michael 2010-02-11 22:05:14 +00:00
parent 11ddc952af
commit 30b60b5bd3
1 changed files with 5 additions and 5 deletions

View File

@ -4350,12 +4350,12 @@ _e_border_cb_window_resize_request(void *data, int ev_type, void *ev)
static int
_e_border_cb_window_gravity(void *data, int ev_type, void *ev)
{
E_Border *bd;
Ecore_X_Event_Window_Gravity *e;
// E_Border *bd;
// Ecore_X_Event_Window_Gravity *e;
e = ev;
bd = e_border_find_by_client_window(e->win);
if (!bd) return 1;
// e = ev;
// bd = e_border_find_by_client_window(e->win);
// if (!bd) return 1;
return 1;
}