home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / INFO / GRAPHICS / WINDOWPR.ZIP / XGLOBALS.H < prev   
Encoding:
C/C++ Source or Header  |  1987-11-30  |  831 b   |  19 lines

  1. extern char *default_box, box0[13], box1[13], box2[13], box3[13], box4[13];
  2. extern int box[13], tab_expansion, snowspeed;
  3. extern unsigned int active_wdw, first_wdw, last_wdw,
  4.     physical_columns, physical_rows, frozen, zoomed, balance1,
  5.     oldx, oldy, oldb, olde;
  6. extern unsigned char active_tile;
  7. extern char *screen_buffer;
  8. extern char e[10];
  9. extern wdw_rec *window[MAX_WINDOWS], zoomed_wdw;
  10. extern tile_rec zoomed_tile;
  11. extern blkrec *overlay;
  12. extern char *primary_scr, *alt_scr, *curr_scr, active_attr, inactive_attr,
  13.     active_tile_attr, inactive_tile_attr, buf[1000],
  14.     error_flag, vpage, method, cursor_e, cursor_b, cursor_on,
  15.     scroll_bars_on, ega_mlines, snowfree,
  16.     ibm_fcolor_table[16], ibm_bcolor_table[16],
  17.     ansi_fcolor_table[16], ansi_bcolor_table[16], sbu, sbd, sbr, sbl,
  18.     *position_cursor, *change_color;
  19.