-
Notifications
You must be signed in to change notification settings - Fork 180
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
session lock surface: animate #2555
Comments
If anyone is looking in doing this, we would need to have the lock surface not be a regular surface + node attached to the scenegraph, but also a view. The existing code does most of the 'hard' work - input grabs, rendering, etc. The view implementation does not have to do much - see for a reference the colored rect views wayfire/src/view/compositor-view.cpp Lines 100 to 182 in 3c0da50
|
Thanks, I was also thinking about that! I'm going to implement it in a few days. |
Session lock surface is currently appears without animation. Would be nice if it'd be animated.
The text was updated successfully, but these errors were encountered: