Ecore_Wayland.h File Reference

Ecore functions for dealing with the Wayland window system. More...

Functions

EAPI int ecore_wl_init (const char *name)
 Initialize the Wayland display connection to the given display.
EAPI int ecore_wl_shutdown (void)
 Shuts down the Ecore Wayland Library.
EAPI void ecore_wl_flush (void)
 Sends all Wayland commands to the Wayland Display.
EAPI void ecore_wl_sync (void)
 Flushes the command buffer and waits until all requests have been processed by the server.
EAPI struct wl_shm * ecore_wl_shm_get (void)
 Retrieves the Wayland Shm Interface used for the current Wayland connection.
EAPI struct wl_display * ecore_wl_display_get (void)
 Retrieves the Wayland Display Interface used for the current Wayland connection.
EAPI void ecore_wl_screen_size_get (int *w, int *h)
 Retrieves the size of the current screen.

Detailed Description

Ecore functions for dealing with the Wayland window system.

Ecore_Wl provides a wrapper and convenience functions for using the Wayland window system. Function groups for this part of the library include the following: