try this now...

SVN revision: 35369
This commit is contained in:
Carsten Haitzler 2008-08-07 04:30:02 +00:00
parent 8012bce997
commit 32ab3af8ee
1 changed files with 2 additions and 0 deletions

View File

@ -1607,6 +1607,7 @@ e_border_focus_set(E_Border *bd, int focus, int set)
ecore_event_add(E_EVENT_BORDER_FOCUS_IN, ev,
_e_border_event_border_focus_in_free, NULL);
printf("FIN %s\n", bd->client.netwm.name);
}
else
{
@ -1623,6 +1624,7 @@ e_border_focus_set(E_Border *bd, int focus, int set)
ecore_event_add(E_EVENT_BORDER_FOCUS_OUT, ev,
_e_border_event_border_focus_out_free, NULL);
printf("FOUT %s\n", bd->client.netwm.name);
}
}
}