home *** CD-ROM | disk | FTP | other *** search
/ PC Shareware 1999 March / PCShareware-3-99.iso / IMPLE / DJGPP.RAR / DJGPP2 / XLIB-SR0.ZIP / SRC / XLIBEMU / GETKCNT.C < prev    next >
C/C++ Source or Header  |  1994-01-30  |  261b  |  14 lines

  1. /* $Id: getkcnt.c 1.1 1994/01/30 18:44:20 ulrich Exp $ */
  2. /*
  3.  * X library functions XGetKeyboardControl.
  4.  */
  5. #include "Xlibemu.h"
  6.  
  7. int
  8. XGetKeyboardControl (register Display *dpy,
  9.              register XKeyboardState *state)
  10. {
  11.   *state = _KeyboardState;
  12.   return 0;
  13. }
  14.