Merge branch 'master' into next

This commit is contained in:
Michael Stapelberg
2012-01-21 15:08:36 +00:00
4 changed files with 39 additions and 17 deletions

View File

@ -146,4 +146,11 @@ void drag_pointer(Con *con, const xcb_button_press_event_t *event,
*/
void floating_reposition(Con *con, Rect newrect);
/**
* Fixes the coordinates of the floating window whenever the window gets
* reassigned to a different output (or when the outputs rect changes).
*
*/
void floating_fix_coordinates(Con *con, Rect *old_rect, Rect *new_rect);
#endif