X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fdropdown.h;h=166eebf53da3943040c2565b9f4d471cca7d9919;hb=060b85ffc3d92b94b444b29ee5b26a6e74636235;hp=ece84baa0862a58dfcd29496ddf0edd92363cf66;hpb=2b70e8801c43875ed3f4135bdd0141265cff0312;p=libs%2Fgltk.git diff --git a/source/dropdown.h b/source/dropdown.h index ece84ba..166eebf 100644 --- a/source/dropdown.h +++ b/source/dropdown.h @@ -45,7 +45,8 @@ public: int get_selected_index() const; private: - virtual void render_special(const Part &) const; + virtual void rebuild_special(const Part &, CachedPart &); + virtual void render_special(const Part &, GL::Renderer &) const; public: virtual void button_press(int, int, unsigned);