Implement proportional floating-resize.

This commit is contained in:
Axel Wagner
2010-03-13 10:38:22 +01:00
committed by Michael Stapelberg
parent 50d0661203
commit 9cb35383a8
3 changed files with 31 additions and 18 deletions

View File

@ -71,7 +71,7 @@ void floating_drag_window(xcb_connection_t *conn, Client *client,
*
*/
void floating_resize_window(xcb_connection_t *conn, Client *client,
xcb_button_press_event_t *event);
bool proportional, xcb_button_press_event_t *event);
/**
* Changes focus in the given direction for floating clients.