summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordonal.k.fellows@manchester.ac.uk <dkf>2012-06-11 10:20:34 (GMT)
committerdonal.k.fellows@manchester.ac.uk <dkf>2012-06-11 10:20:34 (GMT)
commit3e09b2b26a5e9e37540fde82f08304f291d86043 (patch)
tree114584045236c008f1687e7034b1950479cefd3d
parentb08ff8479999ad864af47fc7779e83e05134bf5a (diff)
downloadtk-3e09b2b26a5e9e37540fde82f08304f291d86043.zip
tk-3e09b2b26a5e9e37540fde82f08304f291d86043.tar.gz
tk-3e09b2b26a5e9e37540fde82f08304f291d86043.tar.bz2
make it build
-rw-r--r--generic/ttk/ttkEntry.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/ttk/ttkEntry.c b/generic/ttk/ttkEntry.c
index 410c60c..044369c 100644
--- a/generic/ttk/ttkEntry.c
+++ b/generic/ttk/ttkEntry.c
@@ -1175,7 +1175,7 @@ static void EntryDisplay(void *clientData, Drawable d)
EntryInitStyleData(entryPtr, &es);
- textarea = Ttk_ClientRegion(corePtr->layout, "textarea");
+ textarea = Ttk_ClientRegion(entryPtr->core.layout, "textarea");
showCursor =
(entryPtr->core.flags & CURSOR_ON) != 0
&& EntryEditable(entryPtr)