howm
howm
client_t Struct Reference

#include <types.h>

Data Fields

client_tnext
 
bool is_fullscreen
 
bool is_floating
 
bool is_transient
 
bool is_urgent
 
xcb_window_t win
 
xcb_rectangle_t rect
 
uint16_t gap
 

Field Documentation

uint16_t client_t::gap

The size of the useless gap between this client and the others.

bool client_t::is_floating

Is the client floating?

bool client_t::is_fullscreen

Is the client fullscreen?

bool client_t::is_transient
bool client_t::is_urgent

This is set by a client that wants focus for some reason.

client_t* client_t::next

Clients are stored in a linked list- this represents the client after this one.

xcb_rectangle_t client_t::rect

The size and location of the client.

xcb_window_t client_t::win

The window that this client represents.


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