diff options
author | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2013-04-02 17:54:12 +0200 |
---|---|---|
committer | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2013-04-02 17:54:12 +0200 |
commit | ba80753bb0a79f052f007c6e614732afac88e3ad (patch) | |
tree | 712b7df53e5b4639a463da34c9687caf07bfb76b /debian/control | |
parent | e6779eca9277231ee59c6441bf6982599a0d611e (diff) | |
download | ayatana-indicator-sound-ba80753bb0a79f052f007c6e614732afac88e3ad.tar.gz ayatana-indicator-sound-ba80753bb0a79f052f007c6e614732afac88e3ad.tar.bz2 ayatana-indicator-sound-ba80753bb0a79f052f007c6e614732afac88e3ad.zip |
PlayerActivator: Use BAMF to find the windows to activate with timestamp
Improved the"old" GtkApplicationPlayer, using BAMF as a fallback method to
activate an application's windows. Basically we try to get the windows of the
selected application and when found we focus them using the activation
timestamp.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 320f8b7..abd1f75 100644 --- a/debian/control +++ b/debian/control @@ -10,6 +10,7 @@ Build-Depends: debhelper (>= 9.0), gnome-common, autotools-dev, valac-0.18, + libbamf3-dev, libglib2.0-dev (>= 2.22.3), libgtk-3-dev, libdbusmenu-glib-dev (>= 0.5.90), |