diff options
Diffstat (limited to 'src/dropper-context.h')
| -rw-r--r-- | src/dropper-context.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/dropper-context.h b/src/dropper-context.h index a6ddf7305..4007c391f 100644 --- a/src/dropper-context.h +++ b/src/dropper-context.h @@ -29,14 +29,15 @@ public: static const std::string prefsPath; - virtual void setup(); - virtual void finish(); - virtual bool root_handler(GdkEvent* event); - virtual const std::string& getPrefsPath(); guint32 get_color(); +protected: + virtual void setup(); + virtual void finish(); + virtual bool root_handler(GdkEvent* event); + private: double R; double G; |
