]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/widget.h
Adjust things to conform to changes in other libraries
[libs/gltk.git] / source / widget.h
index 7cbec37a5455e62957d7ad8e02ff0eda17f9fbad..555db7f4c8e2c87cd6d94128e209fc11c5c5a32b 100644 (file)
@@ -77,6 +77,7 @@ public:
        const Geometry &get_geometry() const { return geom; }
 
        void map_coords_to_ancestor(int &, int &, const Widget &) const;
+       void map_coords_to_root(int &, int &) const;
 
 protected:
        /** Sets the widget's parent Container.  The widget must be unparented when