No need to cast int to double when we return an int.

SVN revision: 32397
This commit is contained in:
Sebastian Dransfeld 2007-11-06 06:12:43 +00:00
parent 6784e69633
commit c9a0f84f4c
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ ecore_x_screensaver_expose_get(void)
int pto, pint, pblank, pexpo;
XGetScreenSaver(_ecore_x_disp, &pto, &pint, &pblank, &pexpo);
return (double)pexpo;
return pexpo;
}
EAPI void