diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2012-06-11 10:20:34 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2012-06-11 10:20:34 (GMT) |
commit | bac8a500d4926440f129c1ae37245e5a5bfcd997 (patch) | |
tree | 114584045236c008f1687e7034b1950479cefd3d | |
parent | bf900a025e09fca253dd396abc9c29f1de5ae36a (diff) | |
download | tk-bac8a500d4926440f129c1ae37245e5a5bfcd997.zip tk-bac8a500d4926440f129c1ae37245e5a5bfcd997.tar.gz tk-bac8a500d4926440f129c1ae37245e5a5bfcd997.tar.bz2 |
make it build
-rw-r--r-- | generic/ttk/ttkEntry.c | 2 |
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) |