X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/9350f4883b2e1eb780bd3a30c801fe9eaaaf5f4f..33a5f978014e65a402a3d376c7e47bd8ee8ab8ab:/Client/include/item_drain.h?ds=sidebyside diff --git a/Client/include/item_drain.h b/Client/include/item_drain.h index b501cf9..21e110e 100644 --- a/Client/include/item_drain.h +++ b/Client/include/item_drain.h @@ -8,6 +8,7 @@ class ViewDrain:public ViewItem { public: ViewDrain(Glib::ustring _name, int orientacion); virtual ~ViewDrain(); + bool on_image_expose_event(GdkEventExpose *e); }; #endif