summaryrefslogtreecommitdiffstats
path: root/src/inkscape.h
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2019-06-23 17:15:35 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2019-06-23 17:15:53 +0000
commite82a32013c7837f830b11637182ce3da8a097372 (patch)
tree3be83a1533bb0d22ca4c6ef1d89aa636fedf2d00 /src/inkscape.h
parentUpdate macOS build pipeline (diff)
downloadinkscape-e82a32013c7837f830b11637182ce3da8a097372.tar.gz
inkscape-e82a32013c7837f830b11637182ce3da8a097372.zip
Remove experimental code to work in MR and fixes for selectors
Diffstat (limited to 'src/inkscape.h')
-rw-r--r--src/inkscape.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/inkscape.h b/src/inkscape.h
index 815da0f1d..a673f0d49 100644
--- a/src/inkscape.h
+++ b/src/inkscape.h
@@ -124,6 +124,7 @@ public:
void switch_desktops_prev ();
void get_all_desktops (std::list< SPDesktop* >& listbuf);
void reactivate_desktop (SPDesktop * desktop);
+ void readStyleSheets(bool forceupd = false);
SPDesktop * find_desktop_by_dkey (unsigned int dkey);
unsigned int maximum_dkey();
SPDesktop * next_desktop ();
@@ -176,7 +177,9 @@ public:
sigc::signal<void, SPDesktop *> signal_activate_desktop;
// some desktop lost focus
sigc::signal<void, SPDesktop *> signal_deactivate_desktop;
-
+ // user change theme
+ sigc::signal<void> signal_change_theme;
+
// these are orphaned signals (nothing emits them and nothing connects to them)
sigc::signal<void, SPDocument *> signal_destroy_document;
sigc::signal<void, SPColor *, double /*opacity*/> signal_color_set;