Mercurial > pidgin
diff plugins/gestures/gstroke.h @ 12667:a99a0cc67713
[gaim-migrate @ 15010]
Fix SF Bug #1392371
Disabling the mouse gestures plugin and then performing a mouse gesture would cause a crash.
committer: Tailor Script <tailor@pidgin.im>
| author | Richard Laager <rlaager@wiktel.com> |
|---|---|
| date | Thu, 29 Dec 2005 00:21:53 +0000 |
| parents | ea2d07ad05a9 |
| children |
line wrap: on
line diff
--- a/plugins/gestures/gstroke.h Wed Dec 28 09:04:51 2005 +0000 +++ b/plugins/gestures/gstroke.h Thu Dec 29 00:21:53 2005 +0000 @@ -33,6 +33,9 @@ /* enable strokes for the widget */ void gstroke_enable (GtkWidget *widget); +/* disable strokes for the widget */ +void gstroke_disable(GtkWidget *widget); + guint gstroke_signal_connect (GtkWidget *widget, const gchar *name, void (*func)(GtkWidget *widget, void *data),
