home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / PRO2.ZIP / XGLOBALS.H < prev   
Text File  |  1989-01-02  |  1KB  |  27 lines

  1. extern unsigned char *default_box, box0[13], box1[13], box2[13], box3[13], box4[13];
  2. extern int box[13], tab_expansion, snowspeed, default_ed_cmds[19],
  3.     mouse_installed, horizontal_mouse_resolution, vertical_mouse_resolution;
  4. extern unsigned int active_wdw, first_wdw, last_wdw,
  5.     physical_columns, physical_rows, frozen, zoomed, balance1,
  6.     oldx, oldy;
  7. extern unsigned char active_tile, oldb, olde;
  8. extern wdw_rec far *wdw[MAX_WINDOWS + 1], zoomed_wdw;
  9. extern tile_rec zoomed_tile;
  10. extern blkrec far *overlay;
  11. extern screen_char far *primary_scr, far *alt_scr, far *curr_scr,
  12.     far *screen_buffer;
  13. extern unsigned char active_attr, inactive_attr,
  14.     active_tile_ainsªse_re²ozcu²licaltflag, vpage, method, cursor_e, cursor_b, cursor_on,
  15.     thumbwheels_on, scroll_bars_on, ega_mlines, snowfree,
  16.     ibm_fcolor_table[16], ibm_bcolor_table[16],
  17.     thumbwheels_area, thumbwheels_char,
  18.     sbu, sbd, sbr, sbl;
  19. extern char *ansi_fcolor_table[16], *ansi_bcolor_table[16],
  20.     *position_cursor, *change_color, buf[1000], default_justify,
  21.     default_t²²e_justify;
  22.  
  23. #ifdef OS2
  24. extern HSEM wpsemsys;
  25. extern int machmode;
  26. #endif
  27.