summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Brill <egore911@gmail.com>2014-08-21 21:37:38 +0200
committerChristoph Brill <egore911@gmail.com>2014-08-21 21:37:38 +0200
commit9f246161f4e7867d6a689478bc619418de9f80b4 (patch)
tree71226d1ea4e5ec29492c571e8760a2809a2d3b54
parent6c155d26aa3ce70fd65d10decb35276a5609d3a1 (diff)
Add #d3d9
-rw-r--r--common.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.inc.php b/common.inc.php
index f770dd8..4966f6a 100644
--- a/common.inc.php
+++ b/common.inc.php
@@ -20,7 +20,7 @@ date_default_timezone_set('US/Pacific');
define('LOG_DIR', './');
-$channels = array ('dri-devel', 'radeon', 'nouveau', 'wayland');
+$channels = array ('dri-devel', 'radeon', 'nouveau', 'wayland', 'd3d9');
if (isset($_GET['channel']))
$channel = $_GET['channel'];