[mythtv] [patch] Screen saver X calls always made from main thread

Matt Zimmerman mdz at debian.org
Mon Mar 15 17:16:36 EST 2004


On Mon, Mar 15, 2004 at 01:33:19AM -0800, Anduin Withers wrote:

> I liked the screen saver feature. I've attached a patch which should address
> the reason the code was disabled. Now the original functions post an event
> to the main window, the event is processed when the main window executes its
> event loop.
> 
> Note:
> - The hunk to settings.pro may not apply cleanly, my local copy has a few
> extra lines.
> - The QWS check could be removed in favor of the ENABLE_SCREEN_SAVER define,
> I didn't do it though.

Thanks, this saved me some time.  I reorganized things a bit and committed
this.

I removed ENABLE_SCREEN_SAVER in favour of a using_x11 qmake option, and
moved all of the screensaver and x11-specific stuff into separate files.

-- 
 - mdz


More information about the mythtv-dev mailing list