From 277f612d4eeb89adb8ccda4e8fd3d211d8d1705e Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Sat, 1 Apr 2006 23:19:08 +0000 Subject: [PATCH] Hack around the new screensaver variable for DMX, which is otherwise blissfully ignorant of it. --- ChangeLog | 6 ++++++ hw/dmx/dmxextension.c | 3 +++ 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index b14d7205a..ce3498f86 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-04-01 Adam Jackson + + * hw/dmx/dmxextension.c: + Hack around the new screensaver variable for DMX, which is otherwise + blissfully ignorant of it. + 2006-04-01 Eric Anholt * exa/exa_accel.c: (exaImageGlyphBlt): diff --git a/hw/dmx/dmxextension.c b/hw/dmx/dmxextension.c index feadb5e31..a047b6a98 100644 --- a/hw/dmx/dmxextension.c +++ b/hw/dmx/dmxextension.c @@ -65,6 +65,9 @@ #include /* For DMX_BAD_* */ #include "cursorstr.h" +/* XXX nasty hack for MIT-SCREEN-SAVER. Please fix me properly. */ +const Bool screenSaverSuspended = FALSE; + /* The default font is declared in dix/globals.c, but is not included in * _any_ header files. */ extern FontPtr defaultFont;