Module: wine Branch: master Commit: 499f0454c9ac5aa60f2e5d3381b9d1c6fef4882f URL: http://source.winehq.org/git/wine.git/?a=commit;h=499f0454c9ac5aa60f2e5d3381...
Author: Qian Hong qhong@codeweavers.com Date: Fri Nov 20 10:41:26 2015 +0800
server: Remove out of date comment.
Signed-off-by: Qian Hong qhong@codeweavers.com Signed-off-by: Alexandre Julliard julliard@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;