X-Git-Url: https://hackdaworld.org/gitweb/?p=my-code%2Fapi.git;a=blobdiff_plain;f=display%2Fdisplay.h;h=dfc8195f554c72cb435ca5b3c550dc430a1a525c;hp=30e290cb16b98f8ce913a264f6fc1ff458df4e60;hb=d447707c9016284c7115e0ef3cc9431321056592;hpb=ebf0016d576daf024cc7a31d03ecc3c11f90cc9c 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;