[P4/git history rebuild] diff related to tracks different CairoWidget::render() API

This commit is contained in:
Valeriy Kamyshniy 2014-05-27 21:16:14 -04:00 committed by Paul Davis
parent fbbfb299d0
commit cc2be9847e

View file

@ -36,7 +36,7 @@ class ButtonJoiner : public CairoWidget, public Gtkmm2ext::Activatable {
void set_active_state (Gtkmm2ext::ActiveState);
protected:
void render (cairo_t*, cairo_rectangle_t*);
void render (cairo_t*);
bool on_button_release_event (GdkEventButton*);
void on_size_request (Gtk::Requisition*);
void on_size_allocate (Gtk::Allocation&);