Module: wine Branch: master Commit: 7fdadbb377ac35b265e731eaec42c07d07160a3b URL: http://source.winehq.org/git/wine.git/?a=commit;h=7fdadbb377ac35b265e731eaec...
Author: Alexandre Julliard julliard@winehq.org Date: Mon Dec 8 16:58:20 2008 +0100
server: Add functions for conversions between server user handles and pointer-style handles.
---
dlls/kernel32/console.c | 2 +- dlls/user32/caret.c | 20 +++--- dlls/user32/class.c | 8 +- dlls/user32/clipboard.c | 76 ++++++----------------- dlls/user32/defwnd.c | 4 +- dlls/user32/focus.c | 36 ++++++----- dlls/user32/hook.c | 28 ++++---- dlls/user32/input.c | 8 +- dlls/user32/message.c | 40 ++++++------ dlls/user32/painting.c | 18 +++--- dlls/user32/property.c | 8 +- dlls/user32/win.c | 115 +++++++++++++++++++----------------- dlls/user32/winpos.c | 23 ++++--- dlls/winex11.drv/clipboard.c | 6 +- dlls/winex11.drv/event.c | 2 +- dlls/winex11.drv/mouse.c | 4 +- dlls/winex11.drv/window.c | 4 +- dlls/ws2_32/socket.c | 2 +- include/wine/server.h | 6 ++ programs/wineconsole/wineconsole.c | 2 +- 20 files changed, 197 insertions(+), 215 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=7fdadbb377ac35b265e731...