Merge branch 'master' into next
This commit is contained in:
@ -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 output’s rect changes).
|
||||
*
|
||||
*/
|
||||
void floating_fix_coordinates(Con *con, Rect *old_rect, Rect *new_rect);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user