Ecore_X: XLib: Add missing 'void' in dpms functions.

SVN revision: 58366
This commit is contained in:
Christopher Michael 2011-04-05 17:35:18 +00:00
parent dd38ffb274
commit cad16fd3cd
1 changed files with 3 additions and 3 deletions

View File

@ -141,7 +141,7 @@ ecore_x_dpms_timeouts_set(unsigned int standby,
* @ingroup Ecore_X_DPMS_Group
*/
EAPI unsigned int
ecore_x_dpms_timeout_standby_get()
ecore_x_dpms_timeout_standby_get(void)
{
#ifdef ECORE_XDPMS
unsigned short standby, suspend, off;
@ -161,7 +161,7 @@ ecore_x_dpms_timeout_standby_get()
* @ingroup Ecore_X_DPMS_Group
*/
EAPI unsigned int
ecore_x_dpms_timeout_suspend_get()
ecore_x_dpms_timeout_suspend_get(void)
{
#ifdef ECORE_XDPMS
unsigned short standby, suspend, off;
@ -181,7 +181,7 @@ ecore_x_dpms_timeout_suspend_get()
* @ingroup Ecore_X_DPMS_Group
*/
EAPI unsigned int
ecore_x_dpms_timeout_off_get()
ecore_x_dpms_timeout_off_get(void)
{
#ifdef ECORE_XDPMS
unsigned short standby, suspend, off;