]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/panel.h
Use a GL::Renderer to render widgets
[libs/gltk.git] / source / panel.h
index a6a89c5ba18e8dd956fe2580262bf5b4627f8aca..1126e837836e46f5d88590e2cf94df3b14efc174 100644 (file)
@@ -72,7 +72,7 @@ public:
        Widget *get_final_input_focus() const;
 
 protected:
-       virtual void render_special(const Part &) const;
+       virtual void render_special(const Part &, GL::Renderer &) const;
 
 public:
        virtual void button_press(int, int, unsigned);