From: hackbard Date: Thu, 4 Nov 2004 01:12:41 +0000 (+0000) Subject: added outfd to display struct X-Git-Url: https://hackdaworld.org/gitweb/?p=my-code%2Fapi.git;a=commitdiff_plain;h=d447707c9016284c7115e0ef3cc9431321056592 added outfd to display struct --- 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;