i3
Data Structures | Typedefs | Functions
render.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  render_params
 

Typedefs

typedef struct render_params render_params
 

Functions

void render_con (Con *con, bool render_fullscreen)
 "Renders" the given container (and its children), meaning that all rects are updated correctly. More...
 
int render_deco_height (void)
 

Typedef Documentation

typedef struct render_params render_params

Function Documentation

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

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