i3
Macros | Functions | Variables
render.c File Reference
#include "all.h"
Include dependency graph for render.c:

Go to the source code of this file.

Macros

#define I3__FILE__   "render.c"
 

Functions

int render_deco_height (void)
 
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. More...
 

Variables

static bool show_debug_borders = false
 

Macro Definition Documentation

#define I3__FILE__   "render.c"

Definition at line 2 of file render.c.

Function Documentation

void render_con ( Con con,
bool  render_fullscreen 
)
int render_deco_height ( void  )

Definition at line 22 of file render.c.

References config, Config::font, and Font::height.

Referenced by con_set_border_style(), floating_check_size(), floating_enable(), and render_con().

static void render_l_output ( Con con)
static

Definition at line 34 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().

Here is the call graph for this function:

Variable Documentation

bool show_debug_borders = false
static

Definition at line 17 of file render.c.

Referenced by render_con().