diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-07-21 02:55:31 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-07-21 02:55:31 +0000 |
| commit | 75d662f71d8eeb4b1c83e9bb61c1bd56f9b0e959 (patch) | |
| tree | e31f9e32ffa511bb495fc75eac6484681798e0d2 /src/desktop.cpp | |
| parent | CMake/MSYS2: Update for enchant-2 (diff) | |
| download | inkscape-75d662f71d8eeb4b1c83e9bb61c1bd56f9b0e959.tar.gz inkscape-75d662f71d8eeb4b1c83e9bb61c1bd56f9b0e959.zip | |
adding gtk-theme
Diffstat (limited to 'src/desktop.cpp')
| -rw-r--r-- | src/desktop.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/desktop.cpp b/src/desktop.cpp index ad75a441d..8becdef55 100644 --- a/src/desktop.cpp +++ b/src/desktop.cpp @@ -1574,6 +1574,17 @@ SPDesktop::onResized (double /*x*/, double /*y*/) * Redraw callback; queues Gtk redraw; connected by View. */ void +SPDesktop::storeDesktopPosition() +{ + if (main) { + _widget->storeDesktopPosition(); + } +} + +/** + * Redraw callback; queues Gtk redraw; connected by View. + */ +void SPDesktop::onRedrawRequested () { if (main) { |
