prevent flickering when changing slides
authorMarkus Teich <markus.teich@stusta.mhn.de>
Tue, 17 Nov 2015 00:00:30 +0000 (01:00 +0100)
committerMarkus Teich <markus.teich@stusta.mhn.de>
Tue, 17 Nov 2015 00:04:04 +0000 (01:04 +0100)
commit4a828c2d6c2d16f77c0d110b31648462b28cc271
tree918f8c2662680a02d36b38cf5076328d4cb053da
parentaa713a8a342ec0e6eca173cd4489834f8baa0a86
prevent flickering when changing slides

When the window background is left at WhitePixel (from initialization) and the
user has set a dark background color in config.h, the window shortly displays
the white default background when clearing after advancing to another slide.
This was very disturbing and is fixed now by setting the default window
background color to the bgcol chosen in config.h.
sent.c