fixed bug #490076 (hunted down by Alfons who implemented a workaround
[claws.git] / src / textview.h
index e3eccdf48951aaaa6a39193f7967bb5f1f221080..dca4d858758a69e28b2086012354336af948440e 100644 (file)
@@ -54,6 +54,8 @@ struct _TextView
        gint prev_descent;
 
        MessageView *messageview;
+
+       gint last_buttonpress;
 };
 
 TextView *textview_create      (void);