diff options
author | Peter Hutterer <peter.hutterer@redhat.com> | 2008-11-28 11:29:06 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@redhat.com> | 2008-12-02 15:50:38 +1000 |
commit | 260e48c252c95fd1b1ba9ad7478791f6b9a67e2d (patch) | |
tree | 3a2c3f624ec5241c85be0048d937d5ff579eba2c /dix | |
parent | 5d02e580d7c4144ea6f0984240fc913e05fec877 (diff) |
dix: remove confusing (and wrong) comment. VCP is not the only pointer.
Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
Diffstat (limited to 'dix')
-rw-r--r-- | dix/events.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dix/events.c b/dix/events.c index 3f57a7893..de85cafce 100644 --- a/dix/events.c +++ b/dix/events.c @@ -223,8 +223,7 @@ static int DontPropagateRefCnts[DNPMCOUNT]; * Main input device struct. * inputInfo.pointer * is the core pointer. Referred to as "virtual core pointer", "VCP", - * "core pointer" or inputInfo.pointer. There is exactly one core pointer, - * but multiple devices may send core events. The VCP is the first master + * "core pointer" or inputInfo.pointer. The VCP is the first master * pointer device and cannot be deleted. * * inputInfo.keyboard |