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 / globals.c < prev    next >
C/C++ Source or Header  |  1997-10-29  |  1KB  |  66 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. char AlreadyWinListed;
  20. Window FocusWin;
  21. Window FocusWin2;
  22. ConfigWin cfg;
  23. ConfigCursor ccfg;
  24. Icon_cfg icfg;
  25. listhead *global_l;
  26. EWin *global_killewin;
  27. Pixmap root_pm;
  28. Event_Mode_Data evmd;
  29. Window raisewin;
  30. Window sel_win;
  31. char font_weight[32];
  32. char font_slant[32];
  33. int mouse_x;
  34. int mouse_y;
  35. int debug_mode;
  36. char *argv1;
  37. struct _bl bl;
  38. struct _btmd btmd;
  39. struct icon_list ilist;
  40. struct _newicon newicon;
  41. struct scfg_ scfg;
  42. struct winlist *Wlist;
  43. struct winlist winlist;
  44. int num_menus;
  45. char Theme_Tar_Ball[1024];
  46. char Theme_Path[1024];
  47. char Theme_Name[1024];
  48. int nodel;
  49. struct menulist mlist;
  50. struct menulist active_mlist;
  51. Menu *tmp_menu;
  52. Fx fx;
  53. int predef_num;
  54. int KeyBind_num;
  55. int Cursors_num;
  56. struct predef_icon_list *predef_list;
  57. struct KeyBind_list_type *KeyBind_list;
  58. ECursor *Cursors_list;
  59. struct infobox ifb;
  60. struct _desk desk;
  61. char statefile[1024];
  62. int timer_mode;
  63. MenuItem *tmplt_mi;
  64. int restart;
  65. int states;
  66.