diff options
author | wiz <wiz@pkgsrc.org> | 2013-07-11 10:40:28 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-07-11 10:40:28 +0000 |
commit | ca1eada3cd8729b7b35abf72f3231a48d50606bc (patch) | |
tree | 6e84179716e26fb306eca7dbb0268a9373bcc401 /x11/Makefile | |
parent | 19576f09ac64eb9d47c12d5bf4c7baf45fa9b622 (diff) | |
download | pkgsrc-ca1eada3cd8729b7b35abf72f3231a48d50606bc.tar.gz |
Remove xsetpointer. Peter Hutterer writes on xorg-devel:
xsetpointer sets an input device as the core pointer. This dates
back to when an extension device could not be a core device at the
same time and is obsolete since server 1.4 (2006 or so I think).
the request always fails now (96e32805d12fc36f0fa0926dbfb0dd8a5cadb739).
xinput set-pointer is the equiv xsetpointer, but still doesn't do
anything, that app is truly dead.
Diffstat (limited to 'x11/Makefile')
-rw-r--r-- | x11/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/Makefile b/x11/Makefile index 8ec705efbe6..3c0f4e260cb 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.703 2013/07/07 15:08:53 rodent Exp $ +# $NetBSD: Makefile,v 1.704 2013/07/11 10:40:28 wiz Exp $ # COMMENT= Packages to support the X window system @@ -643,7 +643,6 @@ SUBDIR+= xsel SUBDIR+= xservers SUBDIR+= xset SUBDIR+= xsetmode -SUBDIR+= xsetpointer SUBDIR+= xsetroot SUBDIR+= xsm SUBDIR+= xsnow |