i3
Data Fields
placeholder_state Struct Reference
Collaboration diagram for placeholder_state:
Collaboration graph
[legend]

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...
 

Detailed Description

Definition at line 20 of file restore_layout.c.

Field Documentation

Con* placeholder_state::con

The container to which this placeholder window belongs.

Definition at line 24 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 32 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 30 of file restore_layout.c.

Referenced by configure_notify(), expose_event(), open_placeholder_window(), and restore_kill_placeholder().

Rect placeholder_state::rect

Current size of the placeholder window (to detect size changes).

Definition at line 27 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 22 of file restore_layout.c.

Referenced by configure_notify(), expose_event(), open_placeholder_window(), and restore_kill_placeholder().


The documentation for this struct was generated from the following file: