No point in running find_by_client_window here, we don't use the border

anyway.



SVN revision: 45057
This commit is contained in:
Christopher Michael 2010-01-12 03:33:34 +00:00
parent 3f2859757e
commit df9e501b10
2 changed files with 4 additions and 4 deletions

View File

@ -4726,12 +4726,12 @@ _e_border_cb_window_focus_out(void *data, int ev_type, void *ev)
static int
_e_border_cb_client_message(void *data, int ev_type, void *ev)
{
E_Border *bd;
// E_Border *bd;
Ecore_X_Event_Client_Message *e;
e = ev;
bd = e_border_find_by_client_window(e->win);
if (!bd) return 1;
// bd = e_border_find_by_client_window(e->win);
// if (!bd) return 1;
return 1;
}

View File

@ -63,7 +63,7 @@ EAPI E_Zone *
e_zone_new(E_Container *con, int num, int id, int x, int y, int w, int h)
{
E_Zone *zone;
char name[40];
char name[40];
Evas_Object *o;
E_Event_Zone_Add *ev;
int cw, ch;