summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>2020-09-04 14:39:15 +0100
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>2020-09-04 14:42:07 +0100
commit8cb57ecc1b62e3f1765692599cc1973617322898 (patch)
treece2e37c572f25930965a3b781c47d1d205f45529
parente0d21286c2af3e7378fc4df49dde276ee7b5aa3a (diff)
downloadefl-8cb57ecc1b62e3f1765692599cc1973617322898.tar.gz
ecore x - fix typo in internal backdoor api to get vsync debug
-rw-r--r--src/lib/ecore_x/Ecore_X.h2
-rw-r--r--src/lib/ecore_x/ecore_x_vsync.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/ecore_x/Ecore_X.h b/src/lib/ecore_x/Ecore_X.h
index 66f86f165a..4a1ab61472 100644
--- a/src/lib/ecore_x/Ecore_X.h
+++ b/src/lib/ecore_x/Ecore_X.h
@@ -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
diff --git a/src/lib/ecore_x/ecore_x_vsync.c b/src/lib/ecore_x/ecore_x_vsync.c
index 9fa2f6df25..ff72d9f270 100644
--- a/src/lib/ecore_x/ecore_x_vsync.c
+++ b/src/lib/ecore_x/ecore_x_vsync.c
@@ -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;
}