20#ifndef __WLMTK_WORKSPACE_H__
21#define __WLMTK_WORKSPACE_H__
34struct wlr_pointer_button_event;
52 struct wlr_scene_tree *wlr_scene_tree_ptr);
72 struct wl_signal *mapped_event_ptr,
73 struct wl_signal *unmapped_event_ptr);
82 const struct wlr_box *extents_ptr);
186 const struct wlr_pointer_button_event *event_ptr);
198 struct wlr_pointer_axis_event *wlr_pointer_axis_event_ptr);
265 struct wl_signal window_mapped_event;
267 struct wl_signal window_unmapped_event;
270 struct wl_listener window_mapped_listener;
272 struct wl_listener window_unmapped_listener;
Definition container.h:55
Definition workspace.c:34
Definition workspace.h:259
bool window_unmapped_listener_invoked
Definition workspace.h:276
wlmtk_container_t * fake_parent_ptr
Definition workspace.h:263
bool window_mapped_listener_invoked
Definition workspace.h:274
wlmtk_workspace_t * workspace_ptr
Definition workspace.h:261