commit | 0286135de3986c4c8cfac1819b562372ca2633e8 | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Tue Oct 29 00:41:42 2002 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Oct 29 00:41:42 2002 +0000 |
tree | 023b481b298c30240ccbb5fdb9e523756955354e | |
parent | bdb44555a3a0d2b7a9c5f958a33af28c2c84acf1 [diff] [blame] |
Rewrote hook support to store the hook chain in the server. Split off 16-bit hook functions and re-implemented them on top of the 32-bit ones; system-wide 16-bit hooks are no longer supported at this point.
diff --git a/server/user.h b/server/user.h index c153d78..f70cfea 100644 --- a/server/user.h +++ b/server/user.h
@@ -29,7 +29,8 @@ enum user_object { - USER_WINDOW = 1 + USER_WINDOW = 1, + USER_HOOK }; /* user handles functions */