ecore x - fix typo in internal backdoor api to get vsync debug

This commit is contained in:
Carsten Haitzler 2020-09-04 14:39:15 +01:00
parent e0d21286c2
commit 8cb57ecc1b
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
# define EAPI
#endif // ifdef __GNUC__
EAPI double _ecore_x_vxync_wakeup_time_get(void);
EAPI double _ecore_x_vsync_wakeup_time_get(void);
#define ECORE_X_VERSION_MAJOR EFL_VERSION_MAJOR
#define ECORE_X_VERSION_MINOR EFL_VERSION_MINOR

View File

@ -387,7 +387,7 @@ _drm_vblank_handler(int fd EINA_UNUSED,
static double _ecore_x_vsync_wakeup_time = 0.0;
EAPI double _ecore_x_vxync_wakeup_time_get(void)
EAPI double _ecore_x_vsync_wakeup_time_get(void)
{
return _ecore_x_vsync_wakeup_time;
}