home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Linux / Enlightenment / enl_DR-0.10.tar.gz / enl_DR-0.10.tar / enl / globals.c < prev    next >
C/C++ Source or Header  |  1997-06-24  |  880b  |  54 lines

  1. #include "enlightenment.h"
  2.  
  3. /* for X */
  4. Display *disp;
  5. int screen;
  6. Window root;
  7. Visual *visual;
  8. int depth;
  9. int scr_width;
  10. int scr_height;
  11. Colormap root_cmap;
  12.  
  13. /* Imlib */
  14.  
  15. ImlibData *imd;
  16.  
  17. /* Rest... */
  18.  
  19. Window FocusWin;
  20. ConfigWin cfg;
  21. ConfigCursor ccfg;
  22. Icon_cfg icfg;
  23. listhead *global_l;
  24. EWin *global_killewin;
  25. Pixmap root_pm;
  26. Event_Mode_Data evmd;
  27. Window raisewin;
  28. Window sel_win;
  29. char font_weight[32];
  30. char font_slant[32];
  31. int mouse_x;
  32. int mouse_y;
  33. int debug_mode;
  34. char *argv1;
  35. struct _bl bl;
  36. struct _btmd btmd;
  37. struct icon_list ilist;
  38. struct _newicon newicon;
  39. struct scfg_ scfg;
  40. struct winlist *Wlist;
  41. struct winlist winlist;
  42. int num_menus;
  43. char Theme_Tar_Ball[1024];
  44. char Theme_Path[1024];
  45. char Theme_Name[1024];
  46. int nodel;
  47. struct menulist mlist;
  48. struct menulist active_mlist;
  49. Menu *tmp_menu;
  50. Fx fx;
  51. int predef_num;
  52. struct predef_icon_list *predef_list;
  53. struct infobox ifb;
  54.