diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2011-10-21 08:07:45 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2011-10-21 08:09:14 +1000 |
commit | 05aaf65b3b6b7dc7268137ce4ee516f08eefb62f (patch) | |
tree | 457a131580f922b6d251afdcbd9ef5cc135f2490 /man | |
parent | c25debae73be50b9a77454ed4d72ffeaab726846 (diff) |
man: fix #include for XIGrabButton
Reported-by: Matthias Clasen <mclasen@redhat.com>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'man')
-rw-r--r-- | man/XIGrabButton.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/XIGrabButton.txt b/man/XIGrabButton.txt index ec79069..2ff0b50 100644 --- a/man/XIGrabButton.txt +++ b/man/XIGrabButton.txt @@ -10,7 +10,7 @@ NAME SYNOPSIS -------- - #include <X11/extensions/XInput.h> + #include <X11/extensions/XInput2.h> int XIGrabButton( Display *display, int deviceid, |