diff options
Diffstat (limited to 'gui/common.h')
-rw-r--r-- | gui/common.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gui/common.h b/gui/common.h index c67ef76..32a9a19 100644 --- a/gui/common.h +++ b/gui/common.h @@ -52,9 +52,11 @@ struct gui_hist { struct gui_sheet *sheets; /* NULL if failed */ unsigned age; /* 0-based; uncommitted or HEAD = 0 */ + struct pl_ctx *pl; /* NULL if none or failed */ + /* caching support */ void **oids; /* file object IDs */ - int libs_open; + unsigned libs_open; struct sch_ctx sch_ctx; struct lib lib; /* combined library */ bool identical; /* identical with previous entry */ @@ -68,8 +70,6 @@ struct gui_ctx { float scale; /* pixels = eeschema * scale */ int x, y; /* center, in eeschema coordinates */ - struct pl_ctx *pl; // @@@ - struct gui_hist *hist; /* revision history; NULL if none */ struct hist *vcs_hist; /* underlying VCS data; NULL if none */ |