summaryrefslogtreecommitdiffstats
path: root/generic/tkImgPhoto.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-11-03 21:38:17 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-11-03 21:38:17 (GMT)
commit131b229726d38a119f46c849610e2b1830904708 (patch)
tree50573e4e974dc85e36d35a40670db5fc00b7e64f /generic/tkImgPhoto.c
parent25f07e032603d465d333657ae2406f2017e3c848 (diff)
downloadtk-131b229726d38a119f46c849610e2b1830904708.zip
tk-131b229726d38a119f46c849610e2b1830904708.tar.gz
tk-131b229726d38a119f46c849610e2b1830904708.tar.bz2
Get rid of TK_CONFIG_OBJS flag (and change signature of Tk_ConfigureWidgets)
Diffstat (limited to 'generic/tkImgPhoto.c')
-rw-r--r--generic/tkImgPhoto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tkImgPhoto.c b/generic/tkImgPhoto.c
index 6b92831..992f4bd 100644
--- a/generic/tkImgPhoto.c
+++ b/generic/tkImgPhoto.c
@@ -2052,7 +2052,7 @@ ImgPhotoConfigureModel(
*/
if (Tk_ConfigureWidget(interp, Tk_MainWindow(interp), configSpecs,
- objc, (const char **)objv, (char *) modelPtr, flags|TK_CONFIG_OBJS) != TCL_OK) {
+ objc, objv, modelPtr, flags) != TCL_OK) {
goto errorExit;
}