home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Linux / Enlightenment / enl_BETA-0.13.src.tar.gz / enl_BETA-0.13.src.tar / enl-0.13 / misc.h < prev    next >
Text File  |  1997-10-29  |  291b  |  15 lines

  1. Window CreateBasicWin(Window par,int x, int y, int w, int h);
  2. Window CreateWin(Window par,int x, int y, int w, int h);
  3. void EExit(int code);
  4. void Segfault();
  5. void Hup();
  6. void Quit();
  7. void Bus();
  8. void Illegal();
  9. void Abort();
  10. void FloatError();
  11. void Terminate();
  12. void User1();
  13. void User2();
  14.  
  15.