mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Selection: move commands/command_private.* to core/selection.*
The file command_private.cpp had functions concerning selections only. To make these functions accessible from outside the undo machinery, turn it into a part of the core-library. Currently, only C++ functions are exported. We might think about also exporting a C interface. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
d0b3a06e03
commit
7787bfbf9e
8 changed files with 19 additions and 23 deletions
|
@ -139,6 +139,8 @@ set(SUBSURFACE_CORE_LIB_SRCS
|
|||
save-html.h
|
||||
save-profiledata.c
|
||||
save-xml.c
|
||||
selection.cpp
|
||||
selection.h
|
||||
sha1.c
|
||||
sha1.h
|
||||
ssrf.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue