Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Window coordinates are out-of-sync after config event #1489

Open
ortango opened this issue Apr 4, 2024 · 0 comments
Open

Window coordinates are out-of-sync after config event #1489

ortango opened this issue Apr 4, 2024 · 0 comments

Comments

@ortango
Copy link

ortango commented Apr 4, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant