This directory contains patches for the following files from the TK3.3 and
TK3.4 distributions:

	tkBitmap.c
	tkGrab.c
        tkPack.c

These patches are required for full TKWM functionality.

The patch to tkBitmap.c adds the ability to refer to bitmaps by internal
X id numbers. For example, if "tkwm info .foo icon_pixmap" returns
99834121, then you can display that bitmap in a label with the widget:

label -bitmap 99834121 -relief raised -border 2

The patch to tkGrab.c adds the ability to follow pointer motion events
with no buttons down over all windows when TK does a global grab.
This is required for the initial positioning of windows.

The patch to tkPack.c changes the packer code to compute the packing
even if the windows are not currently mapped.

The patch to tkFrame.c fixes a minor bug in the redrawing code for frames.
