Home
last modified time | relevance | path

Searched defs:application (Results 1 – 2 of 2) sorted by relevance

/lvgl-latest/src/drivers/wayland/
Dlv_wayland.c154 struct application { struct
155 struct wl_display * display;
156 struct wl_registry * registry;
157 struct wl_compositor * compositor;
158 struct wl_subcompositor * subcompositor;
159 struct wl_shm * shm;
160 struct wl_seat * wl_seat;
162 struct wl_cursor_theme * cursor_theme;
163 struct wl_surface * cursor_surface;
166 struct wl_shell * wl_shell;
[all …]
/lvgl-latest/src/libs/gif/
Dgifdec.h46 void (*application)(struct _gd_GIF * gif, char id[8], char auth[3]); member