|
i3
|

Data Fields | |
| xcb_window_t | window |
| The X11 placeholder window. More... | |
| Con * | con |
| The container to which this placeholder window belongs. More... | |
| Rect | rect |
| Current size of the placeholder window (to detect size changes). More... | |
| xcb_pixmap_t | pixmap |
| The pixmap to render on (back buffer). More... | |
| xcb_gcontext_t | gc |
| The graphics context for “pixmap”. More... | |
Definition at line 16 of file restore_layout.c.
| Con* placeholder_state::con |
The container to which this placeholder window belongs.
Definition at line 20 of file restore_layout.c.
Referenced by configure_notify(), expose_event(), and open_placeholder_window().
| xcb_gcontext_t placeholder_state::gc |
The graphics context for “pixmap”.
Definition at line 28 of file restore_layout.c.
Referenced by configure_notify(), expose_event(), open_placeholder_window(), restore_kill_placeholder(), and update_placeholder_contents().
| xcb_pixmap_t placeholder_state::pixmap |
The pixmap to render on (back buffer).
Definition at line 26 of file restore_layout.c.
Referenced by configure_notify(), expose_event(), open_placeholder_window(), restore_kill_placeholder(), and update_placeholder_contents().
| Rect placeholder_state::rect |
Current size of the placeholder window (to detect size changes).
Definition at line 23 of file restore_layout.c.
Referenced by configure_notify(), and open_placeholder_window().
| xcb_window_t placeholder_state::window |
The X11 placeholder window.
Definition at line 18 of file restore_layout.c.
Referenced by configure_notify(), expose_event(), open_placeholder_window(), and restore_kill_placeholder().
1.8.9.1