Searched defs:application (Results 1 – 2 of 2) sorted by relevance
154 struct application { struct155 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 …]
46 void (*application)(struct _gd_GIF * gif, char id[8], char auth[3]); member