Ecore_X: We don't check fixes extension version in xlib, so don't

check it here.



SVN revision: 62214
This commit is contained in:
Christopher Michael 2011-08-08 19:31:17 +00:00
parent 5ded422d53
commit b15561a8c8
1 changed files with 1 additions and 2 deletions

View File

@ -46,8 +46,7 @@ _ecore_xcb_xfixes_finalize(void)
reply = xcb_xfixes_query_version_reply(_ecore_xcb_conn, cookie, NULL);
if (reply)
{
if (reply->major_version >= 3)
_xfixes_avail = EINA_TRUE;
_xfixes_avail = EINA_TRUE;
free(reply);
}