C:/Users/Dennis/src/lang/Life_start/Life/life-1.02/source/xdisplay.h

Go to the documentation of this file.
00001 /* Copyright 1991 Digital Equipment Corporation.
00002 ** All Rights Reserved.
00003 *****************************************************************/
00004 /*      $Id: xdisplaylist.h,v 1.2 1994/12/08 23:40:35 duchier Exp $      */
00005 
00006 #ifdef X11
00007 
00008 #include "list.h"
00009 
00010 #define xDefaultFont -1
00011 #define xDefaultLineWidth -1
00012 
00013 typedef enum {DRAW_LINE, DRAW_RECTANGLE, DRAW_ARC, DRAW_POLYGON,
00014               FILL_RECTANGLE, FILL_ARC, FILL_POLYGON,
00015               DRAW_STRING, DRAW_IMAGE_STRING} Action;
00016 
00017 
00018 extern ListHeader * x_display_list ();
00019 extern void x_set_gc ();
00020 extern void x_record_line ();
00021 extern void x_record_arc ();
00022 extern void x_record_rectangle ();
00023 extern void x_record_string ();
00024 extern void x_record_polygon ();
00025 extern void x_refresh_window ();
00026 extern void x_free_display_list ();
00027 
00028 #endif
00029 

Generated on Sat Jan 26 08:48:08 2008 for WildLife by  doxygen 1.5.4