i3
|
Data Fields | |
xcb_window_t | window |
The X11 placeholder window. | |
Con * | con |
The container to which this placeholder window belongs. | |
Rect | rect |
Current size of the placeholder window (to detect size changes). | |
surface_t | surface |
The drawable surface. | |
Definition at line 20 of file restore_layout.c.
Con* placeholder_state::con |
The container to which this placeholder window belongs.
Definition at line 24 of file restore_layout.c.
Rect placeholder_state::rect |
Current size of the placeholder window (to detect size changes).
Definition at line 27 of file restore_layout.c.
surface_t placeholder_state::surface |
The drawable surface.
Definition at line 30 of file restore_layout.c.
xcb_window_t placeholder_state::window |
The X11 placeholder window.
Definition at line 22 of file restore_layout.c.