i3
|
#include <libi3.h>
Data Fields | |
xcb_drawable_t | id |
xcb_gcontext_t | gc |
bool | owns_gc |
int | width |
int | height |
cairo_surface_t * | surface |
cairo_t * | cr |
xcb_gcontext_t surface_t::gc |
Definition at line 574 of file libi3.h.
Referenced by x_push_node().
int surface_t::height |
Definition at line 578 of file libi3.h.
Referenced by x_draw_decoration().
xcb_drawable_t surface_t::id |
Definition at line 571 of file libi3.h.
Referenced by _match_depth(), _x_con_kill(), con_by_frame_id(), manage_window(), set_hidden_state(), set_maximized_state(), set_shape_state(), x_con_init(), x_con_kill(), x_deco_recurse(), x_draw_decoration(), x_move_win(), x_push_changes(), x_push_node(), x_push_node_unmaps(), x_raise_con(), x_reinit(), x_reparent_child(), x_set_name(), x_set_shape(), x_shape_frame(), and x_unshape_frame().
int surface_t::width |
Definition at line 577 of file libi3.h.
Referenced by x_draw_decoration().