Lines Matching defs:application
154 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;
170 struct xdg_wm_base * xdg_wm;
173 const char * xdg_runtime_dir;
176 bool opt_disable_decorations;
179 uint32_t shm_format;
181 struct xkb_context * xkb_context;
183 struct seat seat;
207 struct application * application; argument
251 static struct application application; variable