Re: [PATCH xserver] privates.h: remove return in function returning void

2011-01-20 Thread Keith Packard
On Thu, 20 Jan 2011 00:18:32 +0100, Roberto Branciforti rbb...@gmail.com wrote: dixSetScreenPrivate and dixSetPrivate are function returning void. (note that dixSetPrivate doesn't have a return, so this comment is a bit mis-leading) Signed-off-by: Roberto Branciforti rbb...@gmail.com

[PATCH xserver] privates.h: remove return in function returning void

2011-01-19 Thread Roberto Branciforti
dixSetScreenPrivate and dixSetPrivate are function returning void. Signed-off-by: Roberto Branciforti rbb...@gmail.com --- include/privates.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/privates.h b/include/privates.h index 7ef2cb7..2b0040c 100644 ---