You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since af3bd8b window geometry gets "out of sync" after a configure request event.
The window will get moved to a new location with x,y offset by border_width, but floating_rectangle will have the x,y coordinates without that offset. The next set_layout will move the window by that offset.
Is it correct to move the window with this offset to begin with? Seems odd that xcb_configure_window and xcb_get_geometry are using different values of x and y.
The text was updated successfully, but these errors were encountered:
Since af3bd8b window geometry gets "out of sync" after a configure request event.
The window will get moved to a new location with x,y offset by border_width, but floating_rectangle will have the x,y coordinates without that offset. The next set_layout will move the window by that offset.
Is it correct to move the window with this offset to begin with? Seems odd that xcb_configure_window and xcb_get_geometry are using different values of x and y.
The text was updated successfully, but these errors were encountered: