Function: wkey_cb Purpose: Register callback to be called by wkey_c(). Category: SYSTEM File: srvreq.c Author: J.P. Terlouw Use: #include "srvreq.h" int (*callback)(void); wkey_cb(callback); callback : pointer to function to be called after wkey_c has sent its request to Hermes. if NULL, the callback is de-registered. Description: The only purpose for this registration is to allow Ggi to immediately handle the keyword event caused by wkey's action. The function to be registered is currently always GgiHandleEvents(). Updates: Jun 30, 1999: JPT, Original document