Ecore_X: Remove check for damage extension version. (we don't check

version in xlib, so don't check it here).



SVN revision: 62212
This commit is contained in:
Christopher Michael 2011-08-08 19:15:04 +00:00
parent 8a94655b0d
commit 3d6132e64e
1 changed files with 1 additions and 2 deletions

View File

@ -42,8 +42,7 @@ _ecore_xcb_damage_finalize(void)
reply = xcb_damage_query_version_reply(_ecore_xcb_conn, cookie, NULL);
if (reply)
{
if (reply->major_version >= XCB_DAMAGE_MAJOR_VERSION)
_damage_avail = EINA_TRUE;
_damage_avail = EINA_TRUE;
free(reply);
}