X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fdropdown.h;h=166eebf53da3943040c2565b9f4d471cca7d9919;hb=3d84860cb25cf05ed36ee6cbd07d9e58cee52422;hp=7cacf2205a496f389a4b7c869505b484eab90e7b;hpb=b92c878a286036af106e969a29b2689876aa5f65;p=libs%2Fgltk.git diff --git a/source/dropdown.h b/source/dropdown.h index 7cacf22..166eebf 100644 --- a/source/dropdown.h +++ b/source/dropdown.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgltk -Copyright © 2007-2011 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_GLTK_DROPDOWN_H_ #define MSP_GLTK_DROPDOWN_H_ @@ -52,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);