diff options
author | Pavel Djundik <github@xpaw.me> | 2016-01-10 12:37:30 -0800 |
---|---|---|
committer | Arnavion <arnavion@gmail.com> | 2016-01-10 12:37:30 -0800 |
commit | 971e5cf4fe528f145a38dadcf75310b1ea5ae46c (patch) | |
tree | 5654be6eae1b61ce3ab1ba3f9b0a3dbc0a9394be /src/fe-gtk/xtext.h | |
parent | edd57fdc868c2547a182705ffbf478ea4134169d (diff) |
Emit word_click even as long as user is not selecting any text when releasing button
This fixes the need to do pixel-perfect clicks to open links in chat
Diffstat (limited to 'src/fe-gtk/xtext.h')
-rw-r--r-- | src/fe-gtk/xtext.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fe-gtk/xtext.h b/src/fe-gtk/xtext.h index d6853f9f..12d6f563 100644 --- a/src/fe-gtk/xtext.h +++ b/src/fe-gtk/xtext.h @@ -219,7 +219,6 @@ struct _GtkXText unsigned int word_select:1; unsigned int line_select:1; unsigned int button_down:1; - unsigned int hilighting:1; unsigned int dont_render:1; unsigned int dont_render2:1; unsigned int cursor_hand:1; |