Skip to content

Releases: Cu3PO42/gtk-session-lock

0.2.0 - Compatibility with gtk-layer-shell

10 Apr 21:31
Compare
Choose a tag to compare
  • Adds compatibility with gtk-layer-shell. Both libraries can now be used in the same process without interfering with each other.
  • The required order of operations when hiding a session surface is slightly different. The new function gtk_session_lock_unmap_lock_window must be called before hiding a window rendered as a lockscreen.
  • Adds examples for C and Python.