Share

XScreenSaver.App

Code

Programming Languages: C

License: GNU General Public License (GPL)

Repositories

browse code, statistics, last commit on 2005-06-09 cvs -d:pserver:anonymous@xscreensaverapp.cvs.sourceforge.net:/cvsroot/xscreensaverapp login

cvs -z3 -d:pserver:anonymous@xscreensaverapp.cvs.sourceforge.net:/cvsroot/xscreensaverapp co -P modulename

Show:

What's happening?

  • Save the earth: don't use usleep()

    Using usleep() in an idle loop is a bad thing. It's even worse in an application that most of the time does exactly nothing. This patch removes the usleep() and the XPending() check, which is not needed as the program does nothing but wait for X events, in which case XNextEvent() will block by itself. The DASetPixmap() is also not needed in the loop. Without that patch, XScreenSaver.App...

    2007-10-27 23:52:00 UTC by nobody

  • XScreenSaver.App

    asleep committed patchset 2 of module xscreensaverapp to the XScreenSaver.App CVS repository, changing 17 files.

    2005-06-09 02:55:19 UTC by asleep

  • XScreenSaver.App

    asleep committed patchset 1 of module xscreensaverapp to the XScreenSaver.App CVS repository, changing 17 files.

    2005-06-09 02:55:19 UTC by asleep

  • XScreenSaver.App

    Anonymous committed patchset 1 of module CVSROOT to the XScreenSaver.App CVS repository, changing 11 files.

    2005-06-08 21:10:38 UTC by nobody

  • xscreensaverapp

    asleep registered the XScreenSaver.App project.

    2005-06-05 22:05:23 UTC by asleep

Our Numbers