Converted the server to -DSTRICT.

diff --git a/server/queue.c b/server/queue.c
index a4c8b1a..a6320b7 100644
--- a/server/queue.c
+++ b/server/queue.c
@@ -608,7 +608,7 @@
 static void thread_input_dump( struct object *obj, int verbose )
 {
     struct thread_input *input = (struct thread_input *)obj;
-    fprintf( stderr, "Thread input focus=%x capture=%x active=%x\n",
+    fprintf( stderr, "Thread input focus=%p capture=%p active=%p\n",
              input->focus, input->capture, input->active );
 }