----------------------------------------------------
 Problems using GTK+-2.2.10 with WindowMaker 0.91.0
   and XFree86 Version 3.3.6 Protocol Version 11
----------------------------------------------------

This is only important if you will run MozCache with
many open search-dialogs in different workspaces.

Sometimes no 'focus-in-event' was received. If so,
switching between the main window and one ore more
search dialog(s) won't be recognized.

If you have this problem, you can include a workaround,
try 'configure --enable-focus-bugfix' and compile again.

In this workaround I use the 'property-notify-', 'map-',
'unmap-' and 'destroy' events, too.
This seems to work well, but requires two additional
lists of the window order (mapped and unmapped).
Maybe this is buggy using other configurations ...

The souce lines for this bugfix were in 'gui.c' Search for

#ifdef FOCUS_IN_BUGFIX

However, the following configurations are working well:

* GTK+-1.2.10 with WindowMaker 0.91.0
  (no workaround required)
* GTK+-2.2.10 with KDE 2
  (with and without workaround)
* Cygwin 1.5.18 with GTK+-2.6.8 and WindowMaker 0.90.0
  (with and without workaround)

/* EOF */
