summaryrefslogtreecommitdiffstats
path: root/src/tweak-context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tweak-context.h')
-rw-r--r--src/tweak-context.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/tweak-context.h b/src/tweak-context.h
index f4461dd93..f513b573e 100644
--- a/src/tweak-context.h
+++ b/src/tweak-context.h
@@ -45,8 +45,6 @@ public:
SPTweakContext();
virtual ~SPTweakContext();
- //SPEventContext event_context;
-
/* extended input data */
gdouble pressure;
@@ -84,6 +82,9 @@ public:
virtual gint root_handler(GdkEvent* event);
virtual const std::string& getPrefsPath();
+
+private:
+ bool set_style(const SPCSSAttr* css);
};
#endif