From d447707c9016284c7115e0ef3cc9431321056592 Mon Sep 17 00:00:00 2001 From: hackbard Date: Thu, 4 Nov 2004 01:12:41 +0000 Subject: [PATCH] added outfd to display struct --- display/display.h | 1 + 1 file changed, 1 insertion(+) diff --git a/display/display.h b/display/display.h index 30e290c..dfc8195 100644 --- a/display/display.h +++ b/display/display.h @@ -20,6 +20,7 @@ /* display specific variables */ typedef struct s_display { + int outfd; int max_x; int max_y; char *screen; -- 2.20.1