diff options
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) { |
