home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Linux / Enlightenment / enl14.tgz / enl14.tar / enl14 / globals.c < prev    next >
C/C++ Source or Header  |  1997-11-15  |  244b  |  14 lines

  1. #include "enl.h"
  2.  
  3. Display      *disp;
  4. FILE         *cfgfile;
  5. ImlibData    *imd;
  6. int          Eerr;
  7. char         ThemeIsTmp;
  8. char         *ThemeDir;
  9. List         lists;
  10. char         line[2048];
  11. Mode         mode;
  12. int          event_base_shape;
  13.  
  14.