From 068539d8dbe1259e9d3fd6d199f8ffabb2e044b3 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Mon, 29 Sep 2014 11:19:47 +0000 Subject: semi-working prototype --- DisplayP.h | 1 + 1 file changed, 1 insertion(+) (limited to 'DisplayP.h') diff --git a/DisplayP.h b/DisplayP.h index f41670c..f58ffca 100644 --- a/DisplayP.h +++ b/DisplayP.h @@ -7,6 +7,7 @@ typedef struct { Dimension space; + int **data; } DisplayPart; typedef struct _DisplayRec { -- cgit v1.2.3