X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fdocument-private.h;h=cb83c9376eb268feca56338333a7be8e9076c489;hb=f60fc9ef5d612f8225bc9e425916c3568afe4f49;hp=549a4530f49985a752cc6a69f33ac18987afb3da;hpb=c73fd7fd8d1713c95ecf111e49dd068d4b9adf69;p=inkscape.git diff --git a/src/document-private.h b/src/document-private.h index 549a4530f..cb83c9376 100644 --- a/src/document-private.h +++ b/src/document-private.h @@ -22,6 +22,8 @@ #include "composite-undo-stack-observer.h" +#include "event-log.h" + // XXX only for testing! #include "console-output-undo-observer.h" @@ -54,6 +56,7 @@ struct SPDocumentPrivate { SPDocument::ResizedSignal resized_signal; SPDocument::ReconstructionStart _reconstruction_start_signal; SPDocument::ReconstructionFinish _reconstruction_finish_signal; + SPDocument::CommitSignal commit_signal; /* Undo/Redo state */ guint sensitive: 1; /* If we save actions to undo stack */ @@ -65,6 +68,9 @@ struct SPDocumentPrivate { /* Undo listener */ Inkscape::CompositeUndoStackObserver undoStackObservers; + /* Event log */ + Inkscape::EventLog event_log; + // XXX only for testing! Inkscape::ConsoleOutputUndoObserver console_output_undo_observer; };