diff options
| author | Jabiertxof <jabier.arraiza@marker.es> | 2019-10-01 21:14:06 +0000 |
|---|---|---|
| committer | Jabiertxof <jabier.arraiza@marker.es> | 2019-10-01 21:14:06 +0000 |
| commit | e9e90f8e8a809d833d70b8ddc28e8b70ea9518b0 (patch) | |
| tree | 256029c82144cfdd22d9da1fffcc71be248bae43 /src/display/sp-canvas.h | |
| parent | Add DEBUG_PERFORMANCE flag to canvas to meassure iddle time and splits procesed (diff) | |
| download | inkscape-e9e90f8e8a809d833d70b8ddc28e8b70ea9518b0.tar.gz inkscape-e9e90f8e8a809d833d70b8ddc28e8b70ea9518b0.zip | |
Fix issues pointed by Mc
Diffstat (limited to 'src/display/sp-canvas.h')
| -rw-r--r-- | src/display/sp-canvas.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/display/sp-canvas.h b/src/display/sp-canvas.h index 6f6958c78..4785323c5 100644 --- a/src/display/sp-canvas.h +++ b/src/display/sp-canvas.h @@ -207,7 +207,7 @@ public: int _y0; ///< World coordinate of the topmost pixels of window int _device_scale; ///< Scale for high DPI montiors - GTimeVal _iddle_time; + GTimeVal _idle_time; int _splits; /// Image surface storing the contents of the widget |
