home *** CD-ROM | disk | FTP | other *** search
/ ftp.whtech.com / ftp.whtech.com.7z / ftp.whtech.com / emulators / v9t9 / linux / sources / V9t9 / source / Xv9t9.h < prev   
Encoding:
C/C++ Source or Header  |  2006-10-19  |  402 b   |  25 lines

  1. #ifndef __Xv9t9_h__
  2. #define __Xv9t9_h__
  3.  
  4. #include "centry.h"
  5.  
  6. #include <X11/Xlib.h>
  7. #include <X11/Xutil.h>
  8. #include <X11/Xos.h>
  9. #include <X11/Xatom.h>
  10. #include <X11/Xcms.h>
  11. #include <X11/Xresource.h>
  12.  
  13. #include <stdio.h>
  14.  
  15. #define FAIL(x)     fprintf(stderr, x)
  16.  
  17. //extern        X_keymap[];        /* map of keys */
  18.  
  19. void    x_handle_video_event(XEvent *e);
  20. void    x_handle_kbd_event(XEvent *e);
  21.  
  22. #include "cexit.h"
  23.  
  24. #endif
  25.