diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-11-13 01:28:25 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-12-01 16:17:15 +0000 |
| commit | ae699e476ea084c00148a43b4fdddcd5f811fead (patch) | |
| tree | 0959d6ecaa8632c3fe6e092f700c241827814afa /src/display/sp-canvas.h | |
| parent | Working on split controller (diff) | |
| download | inkscape-ae699e476ea084c00148a43b4fdddcd5f811fead.tar.gz inkscape-ae699e476ea084c00148a43b4fdddcd5f811fead.zip | |
Add actions and cleanup cairo draw
Diffstat (limited to 'src/display/sp-canvas.h')
| -rw-r--r-- | src/display/sp-canvas.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/display/sp-canvas.h b/src/display/sp-canvas.h index e1d579e2a..045df291a 100644 --- a/src/display/sp-canvas.h +++ b/src/display/sp-canvas.h @@ -190,7 +190,8 @@ public: bool _is_dragging; bool _oversplit; bool _splitpressed; - bool _changecursor; + bool _splitdragging; + guint _changecursor; double _dx0; double _dy0; int _x0; ///< World coordinate of the leftmost pixels of window |
