i3
|
#include "all.h"
Go to the source code of this file.
Macros | |
#define | I3__FILE__ "render.c" |
Functions | |
static void | render_l_output (Con *con) |
void | render_con (Con *con, bool render_fullscreen) |
"Renders" the given container (and its children), meaning that all rects are updated correctly. | |
Variables | |
static bool | show_debug_borders = false |
void render_con | ( | Con * | con, |
bool | render_fullscreen | ||
) |
"Renders" the given container (and its children), meaning that all rects are updated correctly.
Note that this function does not call any xcb_* functions, so the changes are completely done in memory only (and side-effect free). As soon as you call x_push_changes(), the changes will be updated in X11.
Definition at line 109 of file render.c.
References Con::border_style, Con::border_width, BS_NONE, BS_NORMAL, BS_PIXEL, con_border_style_rect(), con_descend_focused(), con_get_fullscreen_con(), con_is_internal(), con_is_leaf(), con_num_children(), con_orientation(), config, Con::deco_rect, DLOG, focused, Config::font, Con::geometry, Font::height, Rect::height, HORIZ, Window::id, Con::layout, Con::mapped, Con::name, output_get_content(), Con::percent, Con::proportional_height, Con::proportional_width, Con::rect, rect_add(), render_con(), render_l_output(), show_debug_borders, TAILQ_EMPTY, TAILQ_FIRST, TAILQ_FOREACH, TAILQ_FOREACH_REVERSE, Window::transient_for, Con::type, Rect::width, Con::window, Con::window_rect, Rect::x, x, x_raise_con(), Rect::y, and y.
Referenced by DRAGGING_CB(), floating_enable(), init_ws_for_output(), manage_window(), render_con(), render_l_output(), and tree_render().
|
static |
Definition at line 24 of file render.c.
References con_get_fullscreen_con(), Con::deco_rect, DLOG, Con::geometry, Rect::height, height, Con::rect, render_con(), TAILQ_FOREACH, Con::type, Rect::width, Rect::x, x, x_raise_con(), Rect::y, and y.
Referenced by render_con().
|
static |
Definition at line 17 of file render.c.
Referenced by render_con().