home *** CD-ROM | disk | FTP | other *** search
- /*
- * $Header: event.h,v 2.2 91/02/01 12:19:43 billr Exp $
- */
- /*
- * event.h
- *
- * Author: Philip Heller, Sun Microsystems. Inc. <terrapin!heller@sun.com>
- *
- * Original source Copyright (C) 1987, Sun Microsystems, Inc.
- * All Rights Reserved
- * Permission is hereby granted to use and modify this program in source
- * or binary form as long as it is not sold for profit and this copyright
- * notice remains intact.
- *
- *
- * Changes/additions by: Bill Randle, Tektronix, Inc. <billr@saab.CNA.TEK.COM>
- *
- * Changes and additions Copyright (C) 1988, 1989, 1991 Tektronix, Inc.
- * All Rights Reserved
- * Permission is hereby granted to use and modify the modifications in source
- * or binary form as long as they are not sold for profit and this copyright
- * notice remains intact.
- */
-
- extern struct dayslot *slots;
- extern int mainsw_state, day_is_open;
- extern struct rect_limits boxlims[];
- extern struct rect_limits mboxlims[];
- extern int selected_type, read_only, new_entry;
- extern int dayslot_width, nr_weekdays, day_message_size;
- extern int dayslot_height, weekslot_height, weekslot_width;
- extern int ybox_height, ybox_width;
- extern struct weekrect week_boxes[];
- extern Pixwin *main_pixwin;
- extern Pixfont *font;
- extern Cursor month_cursor, week_cursor, day_cursor;
- extern Pixrect *smallarrow_pr, *arrowhead_pr, *arrowshaft_pr;
- extern struct week_arrow week_arrows[];
- extern struct tm current;
- extern struct tm today;
- extern Pixrect *timeslot_td_pr, *morebutton;
-
-