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

- postscript.c: always run flattenpath before pathbbox

- postscript.c: fixed algorithm in "center"
- dump.c: reorder frames if we would end up with forward-references
- sc89.fpd, fbga.fpd: changed "part" to new "package"



git-svn-id: http://svn.openmoko.org/trunk/eda/fped@5490 99fdad57-331a-0410-800a-d7fa5415bdb3
This commit is contained in:
werner
2009-08-19 22:13:47 +00:00
parent 4db1ade3bd
commit 2737f8a3fa
6 changed files with 59 additions and 17 deletions

3
obj.h
View File

@@ -122,6 +122,9 @@ struct frame {
/* generating and editing */
struct obj *active_ref;
/* for dumping */
int dumped;
/* for the GUI */
GtkWidget *label;
};