| howm
    howm | 
#include <types.h>
| Data Fields | |
| client_t * | next | 
| bool | is_fullscreen | 
| bool | is_floating | 
| bool | is_transient | 
| bool | is_urgent | 
| xcb_window_t | win | 
| xcb_rectangle_t | rect | 
| uint16_t | gap | 
| 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 | 
Is the client transient? Defined at: http://standards.freedesktop.org/wm-spec/wm-spec-latest.html
| 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.