home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / julia / x.h < prev   
Encoding:
C/C++ Source or Header  |  1995-05-03  |  1.3 KB  |  29 lines

  1. /*************************************************************************
  2.  *                                                                       *
  3.  *  Copyright (c) 1992, 1993 Ronald Joe Record                           *
  4.  *                                                                       *
  5.  *  All rights reserved. No part of this program or publication may be   *
  6.  *  reproduced, transmitted, transcribed, stored in a retrieval system,  *
  7.  *  or translated into any language or computer language, in any form or *
  8.  *  by any means, electronic, mechanical, magnetic, optical, chemical,   *
  9.  *  biological, or otherwise, without the prior written permission of:   *
  10.  *                                                                       *
  11.  *      Ronald Joe Record (408) 458-3718                                 *
  12.  *      212 Owen St., Santa Cruz, California 95062 USA                   *
  13.  *                                                                       *
  14.  *************************************************************************/
  15.  
  16. /*
  17.  *    @(#) x.h
  18.  */
  19. /*
  20.  *    Written by Ron Record (rr@sco.com) 19 Mar 1993.
  21.  */
  22.  
  23. #include <X11/Xlib.h> 
  24. #include <X11/StringDefs.h> 
  25. #include <X11/keysym.h> 
  26. #include <X11/cursorfont.h> 
  27. #include <X11/Xutil.h>
  28. #include <X11/Xatom.h>
  29.