From 409ada85056decf8471835cf9f103b0361202425 Mon Sep 17 00:00:00 2001 From: Alex Clark Date: Sun, 22 Jun 2014 20:44:53 -0400 Subject: [PATCH] Clean up --- Tk/README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tk/README.rst b/Tk/README.rst index 904762d00..b379add17 100644 --- a/Tk/README.rst +++ b/Tk/README.rst @@ -9,7 +9,7 @@ use PIL. However, if you cannot get the this to work on your platform, you can do it in the old way: -* Adding Tkinter support +Adding Tkinter support 1. Compile Python's _tkinter.c with the WITH_APPINIT and WITH_PIL flags set, and link it with tkImaging.c and tkappinit.c. To @@ -74,7 +74,7 @@ drivers take care of the rest. patch! It only applies to Tk 4.2, Tk 8.0a[12] and Tk 8.0b2. ---------------------------------------------------------------- -In win/tkWinImage.c, change the following line in XCreateImage: +In win/tkWinImage.c, change the following line in XCreateImage:: imagePtr->bits_per_pixel = depth;