]> hackdaworld.org Git - my-code/api.git/commitdiff
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 30e290cb16b98f8ce913a264f6fc1ff458df4e60..dfc8195f554c72cb435ca5b3c550dc430a1a525c 100644 (file)
@@ -20,6 +20,7 @@
 
 /* display specific variables */
 typedef struct s_display {
 
 /* display specific variables */
 typedef struct s_display {
+  int outfd;
   int max_x;
   int max_y;
   char *screen;
   int max_x;
   int max_y;
   char *screen;