This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository efl.
View the commit online.
commit 7b930f9fcc7db2b4d62de415afd7f7f6df313621
Author: Carsten Haitzler <ras...@rasterman.com>
AuthorDate: Sun Jun 29 12:41:51 2025 +0100
ecore-x: header - mvoe typedef together with others
---
src/lib/ecore_x/Ecore_X.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/lib/ecore_x/Ecore_X.h b/src/lib/ecore_x/Ecore_X.h
index 0e52f5f2c8..3a92bdca79 100644
--- a/src/lib/ecore_x/Ecore_X.h
+++ b/src/lib/ecore_x/Ecore_X.h
@@ -493,6 +493,7 @@ typedef struct _Ecore_X_Randr_Crtc_Info Ecore_X_Randr_Crtc_In
typedef struct _Ecore_X_Xdnd_Position Ecore_X_Xdnd_Position;
+typedef struct _Ecore_X_Keyboard_Repeat Ecore_X_Keyboard_Repeat;
struct _Ecore_X_Event_Mouse_In
{
@@ -1059,7 +1060,6 @@ struct _Ecore_X_Keyboard_Repeat
int delay;
int rate;
};
-typedef struct _Ecore_X_Keyboard_Repeat Ecore_X_Keyboard_Repeat;
typedef enum Ecore_X_Present_Event_Mask
{
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.