1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2025-04-21 12:27:27 +03:00

eeshow/kicad/sch.h, sch-parse.c: also retrieve sheet width and height

This commit is contained in:
Werner Almesberger
2016-08-22 04:01:19 -03:00
parent 0caae88fa9
commit 2515c3b964
2 changed files with 7 additions and 0 deletions

View File

@@ -103,6 +103,8 @@ struct sheet {
struct sch_obj **next_obj;
struct sheet *next;
int w, h;
bool has_children; /* aka sub-sheets */
/* caching */