aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--generic/WidgetInfo.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/WidgetInfo.h b/generic/WidgetInfo.h
index c6b631b..e1e8730 100644
--- a/generic/WidgetInfo.h
+++ b/generic/WidgetInfo.h
@@ -91,7 +91,6 @@ typedef struct _TextInfo {
typedef struct _WidgetInfo {
Tcl_Interp *interp; /* Interpreter associated with widget. */
Tcl_Command cmd; /* Token for zinc widget command. */
- Tcl_HashTable *tag_table; /* Hash table for object tags. */
Tcl_HashTable *id_table; /* Hash table for object ids. */
Tcl_HashTable *t_table; /* Hash table for transformations. */
unsigned long obj_id; /* Id for the next new object. */
@@ -108,6 +107,8 @@ typedef struct _WidgetInfo {
Item new_item; /* Item picked from current pick sequence */
int current_part;
int new_part;
+ Item hot_item;
+ Item hot_prev;
XEvent pick_event; /* Event used to forge fake events and to do
* repicks. */
ZnBool update_pending; /* True means there is a pending graphic