added outfd to display struct
authorhackbard <hackbard>
Thu, 4 Nov 2004 01:12:41 +0000 (01:12 +0000)
committerhackbard <hackbard>
Thu, 4 Nov 2004 01:12:41 +0000 (01:12 +0000)
display/display.h

index 30e290c..dfc8195 100644 (file)
@@ -20,6 +20,7 @@
 
 /* display specific variables */
 typedef struct s_display {
+  int outfd;
   int max_x;
   int max_y;
   char *screen;