X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fdesktop.h;h=adb6cb98b1f67089c9877d5801ce7846be458912;hb=9e973c4fb2183b877bb600a7e9c75e93b3e7d6d1;hp=af0d41b2a573ff7335480670e114e1faee43ab77;hpb=fa0468e791e623b679faafdc40c97678316e30e1;p=inkscape.git diff --git a/src/desktop.h b/src/desktop.h index af0d41b2a..adb6cb98b 100644 --- a/src/desktop.h +++ b/src/desktop.h @@ -209,6 +209,7 @@ struct SPDesktop : public Inkscape::UI::View::View SPObject *currentRoot() const; SPObject *currentLayer() const; void setCurrentLayer(SPObject *object); + void toggleLayerSolo(SPObject *object); SPObject *layerForObject(SPObject *object); bool isLayer(SPObject *object) const; bool isWithinViewport(SPItem *item) const;