i3
|
Contains data for the windows needed to draw the titlebars on in stacking mode. More...
#include <data.h>
Public Member Functions | |
SLIST_ENTRY (Stack_Window) stack_windows | |
Data Fields | |
xcb_window_t | window |
struct Cached_Pixmap | pixmap |
Rect | rect |
Container * | container |
Backpointer to the container this stack window is in. |
Contains data for the windows needed to draw the titlebars on in stacking mode.
Stack_Window::SLIST_ENTRY | ( | Stack_Window | ) |
Backpointer to the container this stack window is in.
Definition at line 149 of file data.h.
Referenced by button_press_stackwin(), focus_thing(), handle_enter_notify(), handle_expose_event(), move_current_container(), move_current_window(), move_current_window_to_workspace(), snap_current_container(), switch_layout_mode(), workspace_map_clients(), and workspace_unmap_clients().
Definition at line 145 of file data.h.
Referenced by leave_stack_mode(), render_container(), and switch_layout_mode().
Definition at line 146 of file data.h.
Referenced by button_press_stackwin(), client_remove_from_container(), leave_stack_mode(), render_container(), render_internal_bar(), switch_layout_mode(), workspace_map_clients(), and xcb_draw_rect().
xcb_window_t Stack_Window::window |
Definition at line 144 of file data.h.
Referenced by client_remove_from_container(), fake_configure_notify(), get_stack_window(), handle_enter_notify(), handle_expose_event(), leave_stack_mode(), render_container(), switch_layout_mode(), workspace_map_clients(), and workspace_unmap_clients().