darcs patch: Simplify handle/eventLoop, introduce findInWindowMap, ...
Tue Nov 11 11:04:05 CET 2008 Clemens Fruhwirth <clemens@endorphin.org> * Simplify handle/eventLoop, introduce findInWindowMap, partial updates for key movements (less flickering) * handle/eventLoop carried the display and the drawing window as parameters. The display is available from the embedded X monad, the drawing windows was added. * updateWindows now takes a list of windows to update. updateAllWindows updates all windows. * only the windows that are modified by key movements are redrawn now. This means less flickering.
* Clemens Fruhwirth <clemens@endorphin.org> [2008-11-11 11:07:01+0100]
Tue Nov 11 11:04:05 CET 2008 Clemens Fruhwirth <clemens@endorphin.org> * Simplify handle/eventLoop, introduce findInWindowMap, partial updates for key movements (less flickering)
* handle/eventLoop carried the display and the drawing window as parameters. The display is available from the embedded X monad, the drawing windows was added.
* updateWindows now takes a list of windows to update. updateAllWindows updates all windows.
* only the windows that are modified by key movements are redrawn now. This means less flickering.
Applied. -- Roman I. Cheplyaka (aka Feuerbach @ IRC)
participants (2)
-
Clemens Fruhwirth -
Roman Cheplyaka