summaryrefslogtreecommitdiff
path: root/hw/dmx
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 /hw/dmx
parent5f95146fcfcae60cc29265799ba3b851647105d6 (diff)
Hack around the new screensaver variable for DMX, which is otherwise
blissfully ignorant of it.
Diffstat (limited to 'hw/dmx')
-rw-r--r--hw/dmx/dmxextension.c3
1 files changed, 3 insertions, 0 deletions
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;