|
howm
howm
|
howm More...
Go to the source code of this file.
Functions | |
| bool | loc_win (location_t *loc, xcb_window_t w) |
| Search all workspaces on all monitors for a window, populating r_loc upon success. More... | |
| bool | loc_client (location_t *loc, client_t *c) |
| Search all workspaces on all monitors for a client, populating loc upon success. More... | |
howm
|
inline |
Search all workspaces on all monitors for a client, populating loc upon success.
| r_loc | Will be populated upon finding the client. |
| c | A client that is used when searching all clients across all desktops. |
| bool loc_win | ( | location_t * | r_loc, |
| xcb_window_t | win | ||
| ) |
Search all workspaces on all monitors for a window, populating r_loc upon success.
| r_loc | Will be populated upon finding the window. |
| win | A valid XCB window that is used when searching all clients. across all desktops. |