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 10b89d83176a8d7c25661e865a18f4f9239dc37b
Author: Christopher Michael <devilho...@comcast.net>
AuthorDate: Wed Oct 9 11:05:30 2024 -0400
ecore_drm2: Add API function prototype for ecore_drm2_fb_create
---
src/lib/ecore_drm2/Ecore_Drm2.h | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/lib/ecore_drm2/Ecore_Drm2.h b/src/lib/ecore_drm2/Ecore_Drm2.h
index c77b9716d6..e6fa0f7d48 100644
--- a/src/lib/ecore_drm2/Ecore_Drm2.h
+++ b/src/lib/ecore_drm2/Ecore_Drm2.h
@@ -124,6 +124,9 @@ EAPI void ecore_drm2_display_user_data_set(Ecore_Drm2_Display *disp, void *data)
EAPI void *ecore_drm2_display_user_data_get(Ecore_Drm2_Display *disp);
EAPI Eina_Bool ecore_drm2_display_blanktime_get(Ecore_Drm2_Display *disp, int seq, long *sec, long *usec);
+/* Framebuffer API functions */
+EAPI Ecore_Drm2_Fb *ecore_drm2_fb_create(Ecore_Drm2_Device *dev, int width, int height, int depth, int bpp, unsigned int format);
+
# endif
#endif
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.