Wayland Display Functions
Functions that set and retrieve various information about the Wayland Display. More...
Functions | |
| 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
Functions that set and retrieve various information about the Wayland Display.
Function Documentation
|
read |
Retrieves the Wayland Display Interface used for the current Wayland connection.
- Returns
- The current wayland display interface
- Since
- 1.2
| EAPI void ecore_wl_screen_size_get | ( | int * | w, |
| int * | h | ||
| ) |
Retrieves the size of the current screen.
- Parameters
-
w where to return the width. May be NULL. Returns 0 on error. h where to return the height. May be NULL. Returns 0 on error.
- Since
- 1.2
|
read |
Retrieves the Wayland Shm Interface used for the current Wayland connection.
- Returns
- The current wayland shm interface
- Since
- 1.2