-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
monitor: Attempt to fix lock-bypassing
This is a by-hand application of mate-desktop/mate-screensaver#167. It cannot be done automatically because the two codebases are quite diverged at this point. The idea is that instead of listening to the `monitor-changed` on GdkScreen, we listen for the `monitor-added` and `monitor-removed` signals on GdkDisplay, making dynamic monitor changes more reliable. Signed-off-by: Evan Maddock <[email protected]>
- Loading branch information
1 parent
a19afe5
commit 01e6e1a
Showing
3 changed files
with
179 additions
and
174 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.