diff options
author | Scott Moreau <oreaus@gmail.com> | 2010-06-19 14:14:13 -0600 |
---|---|---|
committer | Scott Moreau <oreaus@gmail.com> | 2010-06-19 14:14:13 -0600 |
commit | e572ff6fc87471eee72964e7e1af80216e4d068b (patch) | |
tree | 4da26d0acff0cd2a1a6225db6b7aae9e1fc6e24e | |
parent | c72c66784576d60e881f11960ebff74972d6ea51 (diff) | |
download | headtracking-e572ff6fc87471eee72964e7e1af80216e4d068b.tar.gz headtracking-e572ff6fc87471eee72964e7e1af80216e4d068b.tar.bz2 |
Revert "Load after decor plugin to prevent windows moving after plugin load". This is an 0.8 compatible branch, there
are no composite and opengl plugins.
This reverts commit c72c66784576d60e881f11960ebff74972d6ea51.
-rw-r--r-- | headtracking.xml.in | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/headtracking.xml.in b/headtracking.xml.in index 2d66b0d..d77bf61 100644 --- a/headtracking.xml.in +++ b/headtracking.xml.in @@ -6,14 +6,9 @@ <category>Extras</category> <!-- Extras feels appropriate now. It's more than an effect. --> <deps> - <requirement> - <plugin>composite</plugin> - <plugin>opengl</plugin> - </requirement> <relation type="after"> <plugin>cube</plugin> - <plugin>decor</plugin> - </relation> + </relation> <!-- XXX: `wiimote` is required to use the `wiimote` operations. --> |