summaryrefslogtreecommitdiffstats
path: root/win/Makefile.in
diff options
context:
space:
mode:
authorsimonbachmann <simonbachmann@bluewin.ch>2017-03-23 19:12:40 (GMT)
committersimonbachmann <simonbachmann@bluewin.ch>2017-03-23 19:12:40 (GMT)
commit5234049f9b7cab7c95ba9fc0ddaea86a860cc5ac (patch)
treec64f106f39315963c9d40a6adaf7327b7c310394 /win/Makefile.in
parentba477221d7bc5c8035b9c2ef056f00e2ec72be81 (diff)
downloadtk-5234049f9b7cab7c95ba9fc0ddaea86a860cc5ac.zip
tk-5234049f9b7cab7c95ba9fc0ddaea86a860cc5ac.tar.gz
tk-5234049f9b7cab7c95ba9fc0ddaea86a860cc5ac.tar.bz2
Added -withalpha option to [imageName get].
The list-of-lists-of-pixel-data format now is a registered format as the others. Thanks to this change, [imageName data] now can return data that includes the alpha channel. Changed the position of the '-alpha' and '-boolean' options to [imageName transparency set]. Updated doc Updated test suite
Diffstat (limited to 'win/Makefile.in')
-rw-r--r--win/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/win/Makefile.in b/win/Makefile.in
index 80d616b..3c1c9e3 100644
--- a/win/Makefile.in
+++ b/win/Makefile.in
@@ -317,6 +317,7 @@ TK_OBJS = \
tkGrid.$(OBJEXT) \
tkImage.$(OBJEXT) \
tkImgBmap.$(OBJEXT) \
+ tkImgListFormat.$(OBJEXT) \
tkImgGIF.$(OBJEXT) \
tkImgPNG.$(OBJEXT) \
tkImgPPM.$(OBJEXT) \