summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2006-04-01 23:19:08 +0000
committerAdam Jackson <ajax@nwnk.net>2006-04-01 23:19:08 +0000
commit277f612d4eeb89adb8ccda4e8fd3d211d8d1705e (patch)
tree76e73608baeba2f585c75482f62b672c021e286f
parent5f95146fcfcae60cc29265799ba3b851647105d6 (diff)
Hack around the new screensaver variable for DMX, which is otherwise
blissfully ignorant of it.
-rw-r--r--ChangeLog6
-rw-r--r--hw/dmx/dmxextension.c3
2 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b14d7205a..ce3498f86 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-04-01 Adam Jackson <ajax@freedesktop.org>
+
+ * hw/dmx/dmxextension.c:
+ Hack around the new screensaver variable for DMX, which is otherwise
+ blissfully ignorant of it.
+
2006-04-01 Eric Anholt <anholt@FreeBSD.org>
* 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 <X11/extensions/dmxproto.h> /* 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;