~mjuhasz/compiz-plugins-main/fix-834248

« back to all changes in this revision

Viewing changes to mousepoll/mousepoll.xml.in

  • Committer: Sam Spilsbury
  • Date: 2011-07-12 08:07:45 UTC
  • Revision ID: sam.spilsbury@canonical.com-20110712080745-glytqbjoa84xeo0f
Sync in changes from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<compiz>
 
3
    <plugin name="mousepoll" useBcop="true">
 
4
        <_short>Mouse position polling</_short>
 
5
        <_long>Updates the mouse pointer position from the xserver</_long>
 
6
        <category>Utility</category>
 
7
        <deps>
 
8
            <relation type="after">
 
9
                <plugin>opengl</plugin>
 
10
                <plugin>composite</plugin>
 
11
                <plugin>decor</plugin>
 
12
            </relation>
 
13
        </deps>
 
14
        <options>
 
15
            <_short>Misc</_short>
 
16
            <option type="int" name="mouse_poll_interval">
 
17
                <_short>Mouse Poll Interval</_short>
 
18
                <_long>How often to poll the mouse position, in miliseconds. Reduce this to reduce choppy behavior.</_long>
 
19
                <default>40</default>
 
20
                <min>1</min>
 
21
                <max>500</max>
 
22
            </option>
 
23
        </options>
 
24
    </plugin>
 
25
</compiz>