i3
|
Stores the reserved pixels on each screen edge read from a _NET_WM_STRUT_PARTIAL. More...
#include <data.h>
Data Fields | |
uint32_t | left |
uint32_t | right |
uint32_t | top |
uint32_t | bottom |
Stores the reserved pixels on each screen edge read from a _NET_WM_STRUT_PARTIAL.
uint32_t reservedpx::bottom |
Definition at line 205 of file data.h.
Referenced by handle_strut_partial_change(), and manage_window().
uint32_t reservedpx::left |
Definition at line 202 of file data.h.
Referenced by window_update_strut_partial().
uint32_t reservedpx::top |
Definition at line 204 of file data.h.
Referenced by handle_strut_partial_change(), and manage_window().