summary refs log tree commit diff stats
path: root/src/fe-gtk/xtext.h
diff options
context:
space:
mode:
authorPavel Djundik <github@xpaw.me>2016-01-10 12:37:30 -0800
committerArnavion <arnavion@gmail.com>2016-01-10 12:37:30 -0800
commit971e5cf4fe528f145a38dadcf75310b1ea5ae46c (patch)
tree5654be6eae1b61ce3ab1ba3f9b0a3dbc0a9394be /src/fe-gtk/xtext.h
parentedd57fdc868c2547a182705ffbf478ea4134169d (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.h1
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;