This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch devs/devilhorns/apos
in repository efl.
View the commit online.
commit 4bc8d8f84facfc010eabedfbf87e82bf0001af8f
Author: Christopher Michael <devilho...@comcast.net>
AuthorDate: Wed Oct 9 11:07:36 2024 -0400
ecore_drm2: Add more fields to Ecore_Drm2_Fb structure
---
src/lib/ecore_drm2/ecore_drm2_private.h | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/src/lib/ecore_drm2/ecore_drm2_private.h b/src/lib/ecore_drm2/ecore_drm2_private.h
index 714ae9ffe7..e976e2c507 100644
--- a/src/lib/ecore_drm2/ecore_drm2_private.h
+++ b/src/lib/ecore_drm2/ecore_drm2_private.h
@@ -216,9 +216,15 @@ typedef struct _Ecore_Drm2_Display_State
/* opaque API structures */
struct _Ecore_Drm2_Fb
{
+ int fd;
int w, h;
int depth, bpp;
uint32_t format;
+
+ uint32_t id, handles[4];
+ uint32_t strides[4], sizes[4];
+
+ void *mmap;
};
struct _Ecore_Drm2_Plane
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.