diff options
| author | John Smith <john.smith7545@yahoo.com> | 2012-07-04 00:48:30 +0000 |
|---|---|---|
| committer | John Smith <removethis.john.q.public@bigmail.com> | 2012-07-04 00:48:30 +0000 |
| commit | 53fe022959ca3f120d07401366bb2a9e5618f262 (patch) | |
| tree | 5aca33684699923382cf3ccd6a5c445f85f103fd /src/selection-chemistry.h | |
| parent | emf import. missing tick marks (Bug 715692) (diff) | |
| download | inkscape-53fe022959ca3f120d07401366bb2a9e5618f262.tar.gz inkscape-53fe022959ca3f120d07401366bb2a9e5618f262.zip | |
Fix for 168658 : Font substitution warning dialog
(bzr r11522)
Diffstat (limited to 'src/selection-chemistry.h')
| -rw-r--r-- | src/selection-chemistry.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/selection-chemistry.h b/src/selection-chemistry.h index 0e69fdac8..e1c8501dd 100644 --- a/src/selection-chemistry.h +++ b/src/selection-chemistry.h @@ -161,6 +161,8 @@ void unlock_all_in_all_layers(SPDesktop *dt); void unhide_all(SPDesktop *dt); void unhide_all_in_all_layers(SPDesktop *dt); +GSList *get_all_items(GSList *list, SPObject *from, SPDesktop *desktop, bool onlyvisible, bool onlysensitive, bool ingroups, GSList const *exclude); + GSList *sp_degroup_list (GSList *items); /* selection cycling */ |
