summaryrefslogtreecommitdiffstats
path: root/generic/ttk
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2012-06-11 10:20:34 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2012-06-11 10:20:34 (GMT)
commita5ea1b8a6fea5ea36ff3cabc3e251fa06edddbfb (patch)
tree114584045236c008f1687e7034b1950479cefd3d /generic/ttk
parentcaaecb868c6c2b71bdf54acbaea73b895077ce16 (diff)
downloadtk-a5ea1b8a6fea5ea36ff3cabc3e251fa06edddbfb.zip
tk-a5ea1b8a6fea5ea36ff3cabc3e251fa06edddbfb.tar.gz
tk-a5ea1b8a6fea5ea36ff3cabc3e251fa06edddbfb.tar.bz2
make it build
Diffstat (limited to 'generic/ttk')
-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)