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 */