X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fcontainer.h;h=7d5ef4cf8e01f4873347ca8325d982793b60b616;hb=6a7baa2814a8b4d0b93df776a4c99689bcfb3ffa;hp=7de5d8918c175e2e08a221eae603005ceed5d001;hpb=8a5bf49d09b5a00ebea3ffc449519ad05b0326cc;p=architektonas diff --git a/src/container.h b/src/container.h index 7de5d89..7d5ef4c 100644 --- a/src/container.h +++ b/src/container.h @@ -50,6 +50,7 @@ class Container: public Object bool isTopLevelContainer; Object * lastObjectClicked; Object * lastObjectHovered; + Object * penultimateObjectHovered; private: bool dragging; bool draggingHandle1;