Change cursor type when hoover over link
[claws.git] / src / plugins / litehtml_viewer / lh_widget.h
index 32d751c4c4e0515d0e570ad1ab4ea073bb059234..2f4eb11a23d02998ba7cec604c8e4ea5f0ca2cdc 100644 (file)
@@ -28,8 +28,9 @@ class lh_widget : public container_linux
                void redraw();
                void open_html(const gchar *contents);
                void clear();
+               void update_cursor();
 
-        litehtml::document::ptr m_html;
+               litehtml::document::ptr m_html;
                litehtml::tstring m_clicked_url;
 
        private: