summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2013-07-11 10:42:55 +0000
committerwiz <wiz@pkgsrc.org>2013-07-11 10:42:55 +0000
commit04e137e3a619d0fdd4ceb17028a4b1883d0409a0 (patch)
tree8635fa17bc5a0f36b2d5b5845ce64f7e205ee743 /doc
parentca1eada3cd8729b7b35abf72f3231a48d50606bc (diff)
downloadpkgsrc-04e137e3a619d0fdd4ceb17028a4b1883d0409a0.tar.gz
Remove xsetmode. Peter Hutterer writes on xorg-devel:
xsetmode still works on devices that support multiple mode, the hooks are still there so functionally there's nothing wrong with it. xinput has replaced it though, you get the same with xinput --set-mode "device name" ABSOLUTE since xinput is actively maintained, I recommend using that instead.
Diffstat (limited to 'doc')
-rw-r--r--doc/CHANGES-20133
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES-2013 b/doc/CHANGES-2013
index 14d49d6b8be..fa0c4fd0355 100644
--- a/doc/CHANGES-2013
+++ b/doc/CHANGES-2013
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2013,v 1.2536 2013/07/11 10:40:28 wiz Exp $
+$NetBSD: CHANGES-2013,v 1.2537 2013/07/11 10:42:55 wiz Exp $
Changes to the packages collection and infrastructure in 2013:
@@ -3795,3 +3795,4 @@ Changes to the packages collection and infrastructure in 2013:
Updated www/bozohttpd to 20130711 [mrg 2013-07-11]
Updated x11/xterm to 296 [wiz 2013-07-11]
Removed x11/xsetpointer [wiz 2013-07-11]
+ Removed x11/xsetmode [wiz 2013-07-11]