summarylogtreecommitdiffstats
path: root/autohide.patch
diff options
context:
space:
mode:
Diffstat (limited to 'autohide.patch')
-rw-r--r--autohide.patch3
1 files changed, 2 insertions, 1 deletions
diff --git a/autohide.patch b/autohide.patch
index c0db045a76b5..1fa59fbc9327 100644
--- a/autohide.patch
+++ b/autohide.patch
@@ -42,11 +42,12 @@ index c48b5ea..81ec2f2 100644
public PanelWindow (Gtk.Application application) {
Object (
-@@ -52,6 +58,8 @@ public class Wingpanel.PanelWindow : Gtk.Window {
+@@ -52,6 +58,9 @@ public class Wingpanel.PanelWindow : Gtk.Window {
this.screen.size_changed.connect (update_panel_dimensions);
this.screen.monitors_changed.connect (update_panel_dimensions);
this.screen_changed.connect (update_visual);
+ this.enter_notify_event.connect (show_panel);
++ this.motion_notify_event.connect (show_panel);
+ this.leave_notify_event.connect (hide_panel);
update_visual ();