Implement moving of floating clients

This commit is contained in:
Michael Stapelberg
2009-06-19 12:57:21 +02:00
parent 51402b05f5
commit 4135aaad7c
3 changed files with 63 additions and 7 deletions

View File

@ -46,4 +46,10 @@ void floating_drag_window(xcb_connection_t *conn, Client *client, xcb_button_pre
*/
void floating_focus_direction(xcb_connection_t *conn, Client *currently_focused, direction_t direction);
/**
* Moves the client 10px to the specified direction.
*
*/
void floating_move(xcb_connection_t *conn, Client *currently_focused, direction_t direction);
#endif