i3
width_height Struct Reference

Stores a width/height pair, used as part of deco_render_params to check whether the rects width/height have changed. More...

#include <data.h>

Data Fields

uint32_t w
 
uint32_t h
 

Detailed Description

Stores a width/height pair, used as part of deco_render_params to check whether the rects width/height have changed.

Definition at line 209 of file data.h.

Field Documentation

◆ h

uint32_t width_height::h

Definition at line 211 of file data.h.

◆ w

uint32_t width_height::w

Definition at line 210 of file data.h.

Referenced by x_draw_decoration().


The documentation for this struct was generated from the following file: