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:
@@ -103,6 +103,8 @@ struct sheet {
|
||||
struct sch_obj **next_obj;
|
||||
struct sheet *next;
|
||||
|
||||
int w, h;
|
||||
|
||||
bool has_children; /* aka sub-sheets */
|
||||
|
||||
/* caching */
|
||||
|
||||
Reference in New Issue
Block a user