Qian Hong : server: Remove out of date comment.

Alexandre Julliard julliard at wine.codeweavers.com
Fri Nov 20 07:48:47 CST 2015


Module: wine
Branch: master
Commit: 499f0454c9ac5aa60f2e5d3381b9d1c6fef4882f
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=499f0454c9ac5aa60f2e5d3381b9d1c6fef4882f

Author: Qian Hong <qhong at codeweavers.com>
Date:   Fri Nov 20 10:41:26 2015 +0800

server: Remove out of date comment.

Signed-off-by: Qian Hong <qhong at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 server/queue.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server/queue.c b/server/queue.c
index 5136f43..3099e12 100644
--- a/server/queue.c
+++ b/server/queue.c
@@ -2076,7 +2076,7 @@ void queue_cleanup_window( struct thread *thread, user_handle_t win )
     thread_input_cleanup_window( queue, win );
 }
 
-/* post a message to a window; used by socket handling */
+/* post a message to a window */
 void post_message( user_handle_t win, unsigned int message, lparam_t wparam, lparam_t lparam )
 {
     struct message *msg;




More information about the wine-cvs mailing list