i3
Data Structures | Typedefs | Functions
render.h File Reference
#include <config.h>
Include dependency graph for render.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  render_params
 This is used to keep a state to pass around when rendering a con in render_con(). More...
 

Typedefs

typedef struct render_params render_params
 This is used to keep a state to pass around when rendering a con in render_con(). More...
 

Functions

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

Typedef Documentation

◆ render_params

typedef struct render_params render_params

This is used to keep a state to pass around when rendering a con in render_con().

Function Documentation

◆ render_con()

void render_con ( Con con)

◆ render_deco_height()

int render_deco_height ( void  )

Returns the height for the decorations.

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(), handle_client_message(), render_con(), and window_update_icon().