home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / sa104os2.zip / SATHR104.ZIP / SATHER / CONTRIB / SCHNETTR / XLIB / DEFS.SA < prev    next >
Text File  |  1994-11-28  |  286b  |  17 lines

  1. -- -*-Sather-*-
  2. -- access to the X window system routines
  3. -- (c) 1994/11/24 - 1994/11/28 by Erik Schnetter
  4.    
  5.    
  6.    
  7. class X_DEFS is
  8.    -- definitions
  9.    
  10.    include X_DISPLAY_DEFS;
  11.    include X_EVENT_DEFS;
  12.    include X_GC_DEFS;
  13.    include X_WINDOW_DEFS;
  14.    
  15. end; -- class X_DEFS
  16.    
  17.