[PATCH 4/6] dix: Remove incorrect comment about privates.

Eric Anholt eric at anholt.net
Thu Mar 6 09:00:48 PST 2014


PRIVATE_ALL was apparently dropped before this comment was added in
commit 495fc3eb2d6c98bde82ae1278f89fcf131fd9bf8.

Signed-off-by: Eric Anholt <eric at anholt.net>
---
 dix/privates.c | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/dix/privates.c b/dix/privates.c
index e03b225..dd26c6f 100644
--- a/dix/privates.c
+++ b/dix/privates.c
@@ -325,11 +325,10 @@ grow_screen_specific_set(DevPrivateType type, unsigned bytes)
 
 /*
  * Register a private key. This takes the type of object the key will
- * be used with, which may be PRIVATE_ALL indicating that this key
- * will be used with all of the private objects. If 'size' is
- * non-zero, then the specified amount of space will be allocated in
- * the private storage. Otherwise, space for a single pointer will
- * be allocated which can be set with dixSetPrivate
+ * be used. If 'size' is non-zero, then the specified amount of space
+ * will be allocated in the private storage. Otherwise, space for a
+ * single pointer will be allocated which can be set with
+ * dixSetPrivate
  */
 Bool
 dixRegisterPrivateKey(DevPrivateKey key, DevPrivateType type, unsigned size)
-- 
1.9.0



More information about the xorg-devel mailing list