diff options
Diffstat (limited to 'src/zoom-context.h')
| -rw-r--r-- | src/zoom-context.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/zoom-context.h b/src/zoom-context.h index f5f2145b1..b5d022e5e 100644 --- a/src/zoom-context.h +++ b/src/zoom-context.h @@ -23,17 +23,17 @@ public: SPZoomContext(); virtual ~SPZoomContext(); - //SPEventContext event_context; - SPCanvasItem *grabbed; - static const std::string prefsPath; virtual void setup(); virtual void finish(); - virtual gint root_handler(GdkEvent* event); - //virtual gint item_handler(SPItem* item, GdkEvent* event); + virtual bool root_handler(GdkEvent* event); virtual const std::string& getPrefsPath(); + +private: + SPCanvasItem *grabbed; + bool escaped; }; #endif |
