summaryrefslogtreecommitdiff
path: root/iup/srccontrols/matrix/iupmat_def.h
diff options
context:
space:
mode:
authorNicolas "Pixel" Noble <pixel@nobis-crew.org>2010-09-09 02:26:30 +0200
committerNicolas "Pixel" Noble <pixel@nobis-crew.org>2010-09-09 02:32:26 +0200
commit7505e88db66798b2b8fcdff2d92a7136cd826b5b (patch)
treeb6ced565318f8e8112e35cb0ad53abe4212ef8de /iup/srccontrols/matrix/iupmat_def.h
parente9a184546b18cf3b796bd560561f312934004c54 (diff)
Upgrading to IUP 3.2 - and cleaning up.
Diffstat (limited to 'iup/srccontrols/matrix/iupmat_def.h')
-rwxr-xr-xiup/srccontrols/matrix/iupmat_def.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/iup/srccontrols/matrix/iupmat_def.h b/iup/srccontrols/matrix/iupmat_def.h
index 225cc16..dd414c8 100755
--- a/iup/srccontrols/matrix/iupmat_def.h
+++ b/iup/srccontrols/matrix/iupmat_def.h
@@ -82,6 +82,7 @@ struct _IcontrolData
int use_title_size; /* use title contents when calculating cell size */
int need_calcsize;
int first_redraw;
+ int inside_markedit_cb; /* avoid recursion */
/* attributes */
int mark_continuous, mark_mode, mark_multiple;