howm
howm
location.h
Go to the documentation of this file.
1 #ifndef LOCATION_H
2 #define LOCATION_H
3 
4 #include <xcb/xcb.h>
5 
6 #include "types.h"
7 
18 bool loc_win(location_t *loc, xcb_window_t w);
19 bool loc_client(location_t *loc, client_t *c);
20 
21 #endif
howm
bool loc_win(location_t *loc, xcb_window_t w)
Search all workspaces on all monitors for a window, populating r_loc upon success.
Definition: location.c:24
Definition: types.h:85
bool loc_client(location_t *loc, client_t *c)
Search all workspaces on all monitors for a client, populating loc upon success.
Definition: location.c:52
Definition: types.h:25