diff options
author | Marco Trevisan (TreviƱo) <mail@3v1n0.net> | 2013-04-05 14:43:22 +0000 |
---|---|---|
committer | Tarmac <Unknown> | 2013-04-05 14:43:22 +0000 |
commit | d774ac38dd84f52394bfcbb557b0e3475f999f34 (patch) | |
tree | ecfa17ebc292904664ce58e5ecb5905744518bbb /configure.ac | |
parent | a83c4b7d257344bff272c169e36736a2205fda31 (diff) | |
parent | 0762482ba33dc83ce4675481895bf0cd6568e53d (diff) | |
download | ayatana-indicator-sound-d774ac38dd84f52394bfcbb557b0e3475f999f34.tar.gz ayatana-indicator-sound-d774ac38dd84f52394bfcbb557b0e3475f999f34.tar.bz2 ayatana-indicator-sound-d774ac38dd84f52394bfcbb557b0e3475f999f34.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. Fixes: https://bugs.launchpad.net/bugs/627195.
Approved by PS Jenkins bot, Lars Uebernickel.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 7d8c008..3a72c5c 100644 --- a/configure.ac +++ b/configure.ac @@ -52,7 +52,9 @@ PKG_CHECK_MODULES(APPLET, gtk+-3.0 >= $GTK_REQUIRED_VERSION PKG_CHECK_MODULES(SOUNDSERVICE, dbusmenu-glib-0.4 >= $DBUSMENUGLIB_REQUIRED_VERSION indicator3-0.4 gee-1.0 + gdk-x11-3.0 gio-unix-2.0 + libbamf3 libxml-2.0) AC_SUBST(APPLET_CFLAGS) |