Hack around the new screensaver variable for DMX, which is otherwise

blissfully ignorant of it.
This commit is contained in:
Adam Jackson 2006-04-01 23:19:08 +00:00
parent 5f95146fcf
commit 277f612d4e
2 changed files with 9 additions and 0 deletions

View File

@ -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):

View File

@ -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;