home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume17 / calentool / part15 / event.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-04-06  |  1.4 KB  |  43 lines

  1. /*
  2.  * $Header: event.h,v 2.2 91/02/01 12:19:43 billr Exp $
  3.  */
  4. /*
  5.  * event.h
  6.  *
  7.  * Author: Philip Heller, Sun Microsystems. Inc. <terrapin!heller@sun.com>
  8.  *
  9.  * Original source Copyright (C) 1987, Sun Microsystems, Inc.
  10.  *    All Rights Reserved
  11.  * Permission is hereby granted to use and modify this program in source
  12.  * or binary form as long as it is not sold for profit and this copyright
  13.  * notice remains intact.
  14.  *
  15.  *
  16.  * Changes/additions by: Bill Randle, Tektronix, Inc. <billr@saab.CNA.TEK.COM>
  17.  *
  18.  * Changes and additions Copyright (C) 1988, 1989, 1991 Tektronix, Inc.
  19.  *    All Rights Reserved
  20.  * Permission is hereby granted to use and modify the modifications in source
  21.  * or binary form as long as they are not sold for profit and this copyright
  22.  * notice remains intact.
  23.  */
  24.  
  25. extern struct dayslot *slots;
  26. extern int mainsw_state, day_is_open;
  27. extern struct rect_limits boxlims[];
  28. extern struct rect_limits mboxlims[];
  29. extern int selected_type, read_only, new_entry;
  30. extern int dayslot_width, nr_weekdays, day_message_size;
  31. extern int dayslot_height, weekslot_height, weekslot_width;
  32. extern int ybox_height, ybox_width;
  33. extern struct weekrect week_boxes[];
  34. extern Pixwin *main_pixwin;
  35. extern Pixfont *font;
  36. extern Cursor month_cursor, week_cursor, day_cursor;
  37. extern Pixrect *smallarrow_pr, *arrowhead_pr, *arrowshaft_pr;
  38. extern struct week_arrow week_arrows[];
  39. extern struct tm current;
  40. extern struct tm today;
  41. extern Pixrect *timeslot_td_pr, *morebutton;
  42.  
  43.