commit | ca3ac8f1551c0e6fecbeeb4950f3c5c286d955ba | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Fri Jul 11 21:55:58 2003 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Fri Jul 11 21:55:58 2003 +0000 |
tree | e146bde71ddcb3cc631b614bbd2886e1fc9a35a9 | |
parent | aa95df0d941b31f3031c3d800b41eb116f7d5ea3 [diff] [blame] |
Run WH_KEYBOARD_LL and WH_MOUSE_LL hooks in the context of the thread that set the hook.
diff --git a/server/user.h b/server/user.h index e4229a0..a075dd7 100644 --- a/server/user.h +++ b/server/user.h
@@ -50,6 +50,7 @@ /* hook functions */ extern void close_global_hooks(void); +extern void remove_thread_hooks( struct thread *thread ); /* queue functions */