From e1fc15a85fb367ee9afd63c920c3327c3f45158d Mon Sep 17 00:00:00 2001 From: Fredrik Höglund Date: Wed, 5 Apr 2006 21:08:45 +0000 Subject: Put the screensaver extension back in the Xext module. Move the screenSaverSuspended variable to DIX globals. Restore the old link order for the Xorg and Xdmx binaries. --- os/WaitFor.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'os') diff --git a/os/WaitFor.c b/os/WaitFor.c index 78101906f..a4f0f4c78 100644 --- a/os/WaitFor.c +++ b/os/WaitFor.c @@ -669,16 +669,6 @@ FreeScreenSaverTimer(void) } } -#ifdef SCREENSAVER -/* - * When this variable is set a client has temporarily suspended the - * screensaver and DPMS, so SetScreenSaverTimer should be a noop. - * The screensaver extension is responsible for stopping and - * restarting the timer when suspension is enabled/disabled. - */ -extern Bool screenSaverSuspended; /* declared in Xext/saver.c */ -#endif /* SCREENSAVER */ - void SetScreenSaverTimer(void) { -- cgit v1.2.3