Skip to content

Subsurface Support #65

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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

bqv
Copy link
Contributor

@bqv bqv commented Oct 21, 2020

Leaving this hanging around, for visibility, because I use it and while not complete, it's at least something

The compositor now allows to restack surfaces into arbitrary locations in the
z-order.
As a first application, these functions are used to implement functions to
raise a window to the top or drop them to the bottom of the z-order, which
are used to fix the behaviour of floating windows. Windows now restack to
the top of the z-order whenever they become floating or when they are moved,
which is the same behaviour as dwm. When a window becomes tiled it gets
dropped to the bottom of the z-order, thus ensuring that floating windows are
always above tiled windows.
Menu bars and other popups in graphical applications should now work
properly. The implementation is very rough and still requires a lot of
polishing, but it works for now.
Functionality is for now limited to creation, initial rendering and
destruction.
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

Successfully merging this pull request may close these issues.

2 participants