Ecore_X(cb): Fix my focus issues with Sloppy focus.
authordevilhorns <devilhorns@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 12 Jan 2012 11:41:38 +0000 (11:41 +0000)
committerdevilhorns <devilhorns@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 12 Jan 2012 11:41:38 +0000 (11:41 +0000)
commit3442c1e3437cb5ffd48e8d9dcaa1c560f8c0ab87
treef5bc74bf4bbde71ca651175d3fd0351b4078745c
parent0278c010e4c38906bd71e1baa908a10fd3c00dd2
Ecore_X(cb): Fix my focus issues with Sloppy focus.
Add a check for valid connection in ecore_xcb_icccm.c

NB: For some reason, XCB does not like ecore's timestamp which is
being passed in. Since all the calls to ecore_x_window_focus_at_time
are being passed the current timestamp anyway, just use
XCB_CURRENT_TIME until I have more available 'free time' to dig deeper
into this.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@67136 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/ecore_x/xcb/ecore_xcb_icccm.c
src/lib/ecore_x/xcb/ecore_xcb_window.c