summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authormartin <martin.sandsmark@kde.org>2017-03-26 15:01:23 +0200
committerMichael Stapelberg <stapelberg@users.noreply.github.com>2017-03-26 09:01:23 -0400
commit80d4452ec680bcb0e57418f69d44d88ded82047c (patch)
treedde180cf001c4d371d0d810fc9060256e35816e5 /.travis.yml
parent9c8ae8b5d1dcf67ee34969068f4068b5c6b9ce62 (diff)
Fix covering of composited notifications (#96)
Use the XComposite extension to get the composite overlay window, instead of just using the normal root window. This ensures that composited windows are covered.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 5129c27..67f7558 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,6 +19,7 @@ addons:
- libev-dev
- libxcb-xinerama0-dev
- libxcb-xkb-dev
+ - libxcb-composite0-dev
before_install:
- "echo 'APT::Default-Release \"trusty\";' | sudo tee /etc/apt/apt.conf.d/default-release"
- "echo 'deb http://archive.ubuntu.com/ubuntu/ wily main universe' | sudo tee /etc/apt/sources.list.d/wily.list"