diff options
author | Sam Spilsbury <SmSpillaz@gmail.com> | 2010-05-25 00:06:30 +0800 |
---|---|---|
committer | Sam Spilsbury <SmSpillaz@gmail.com> | 2010-05-25 00:06:30 +0800 |
commit | c72c66784576d60e881f11960ebff74972d6ea51 (patch) | |
tree | 6d992fb976aba2168334049c8de35e163223c411 | |
parent | 2b1d63fe3951cd0991127af454f58d34da55d935 (diff) | |
download | headtracking-c72c66784576d60e881f11960ebff74972d6ea51.tar.gz headtracking-c72c66784576d60e881f11960ebff74972d6ea51.tar.bz2 |
Load after decor plugin to prevent windows moving after plugin load
-rw-r--r-- | headtracking.xml.in | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/headtracking.xml.in b/headtracking.xml.in index d77bf61..2d66b0d 100644 --- a/headtracking.xml.in +++ b/headtracking.xml.in @@ -6,9 +6,14 @@ <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> - </relation> + <plugin>decor</plugin> + </relation> <!-- XXX: `wiimote` is required to use the `wiimote` operations. --> |