Since we actually support RandR 1.4 now, lets increment the minor

version number.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 83484
This commit is contained in:
Christopher Michael 2013-01-30 15:12:22 +00:00 committed by Christopher Michael
parent 8075dbc796
commit ea30a66335
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ _ecore_x_randr_init(void)
{
#ifdef ECORE_XRANDR
_randr_major = 1;
_randr_minor = 3;
_randr_minor = 4;
_randr_version = 0;
/* try to query the randr extenstion version */